xh_all.h 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: wx/xrc/xh_all.h
  3. // Purpose: includes all xh_*.h files
  4. // Author: Vaclav Slavik
  5. // Created: 2000/03/05
  6. // Copyright: (c) 2000 Vaclav Slavik
  7. // Licence: wxWindows licence
  8. /////////////////////////////////////////////////////////////////////////////
  9. #ifndef _WX_XH_ALL_H_
  10. #define _WX_XH_ALL_H_
  11. // Existing handlers:
  12. #include "wx/xrc/xh_animatctrl.h"
  13. #include "wx/xrc/xh_bannerwindow.h"
  14. #include "wx/xrc/xh_bmp.h"
  15. #include "wx/xrc/xh_bmpbt.h"
  16. #include "wx/xrc/xh_bmpcbox.h"
  17. #include "wx/xrc/xh_bttn.h"
  18. #include "wx/xrc/xh_cald.h"
  19. #include "wx/xrc/xh_chckb.h"
  20. #include "wx/xrc/xh_chckl.h"
  21. #include "wx/xrc/xh_choic.h"
  22. #include "wx/xrc/xh_choicbk.h"
  23. #include "wx/xrc/xh_clrpicker.h"
  24. #include "wx/xrc/xh_cmdlinkbn.h"
  25. #include "wx/xrc/xh_collpane.h"
  26. #include "wx/xrc/xh_combo.h"
  27. #include "wx/xrc/xh_comboctrl.h"
  28. #include "wx/xrc/xh_datectrl.h"
  29. #include "wx/xrc/xh_dirpicker.h"
  30. #include "wx/xrc/xh_dlg.h"
  31. #include "wx/xrc/xh_editlbox.h"
  32. #include "wx/xrc/xh_filectrl.h"
  33. #include "wx/xrc/xh_filepicker.h"
  34. #include "wx/xrc/xh_fontpicker.h"
  35. #include "wx/xrc/xh_frame.h"
  36. #include "wx/xrc/xh_gauge.h"
  37. #include "wx/xrc/xh_gdctl.h"
  38. #include "wx/xrc/xh_grid.h"
  39. #include "wx/xrc/xh_html.h"
  40. #include "wx/xrc/xh_htmllbox.h"
  41. #include "wx/xrc/xh_hyperlink.h"
  42. #include "wx/xrc/xh_listb.h"
  43. #include "wx/xrc/xh_listc.h"
  44. #include "wx/xrc/xh_listbk.h"
  45. #include "wx/xrc/xh_mdi.h"
  46. #include "wx/xrc/xh_menu.h"
  47. #include "wx/xrc/xh_notbk.h"
  48. #include "wx/xrc/xh_odcombo.h"
  49. #include "wx/xrc/xh_panel.h"
  50. #include "wx/xrc/xh_propdlg.h"
  51. #include "wx/xrc/xh_radbt.h"
  52. #include "wx/xrc/xh_radbx.h"
  53. #include "wx/xrc/xh_scrol.h"
  54. #include "wx/xrc/xh_scwin.h"
  55. #include "wx/xrc/xh_simplebook.h"
  56. #include "wx/xrc/xh_sizer.h"
  57. #include "wx/xrc/xh_slidr.h"
  58. #include "wx/xrc/xh_spin.h"
  59. #include "wx/xrc/xh_split.h"
  60. #include "wx/xrc/xh_srchctrl.h"
  61. #include "wx/xrc/xh_statbar.h"
  62. #include "wx/xrc/xh_stbox.h"
  63. #include "wx/xrc/xh_stbmp.h"
  64. #include "wx/xrc/xh_sttxt.h"
  65. #include "wx/xrc/xh_stlin.h"
  66. #include "wx/xrc/xh_text.h"
  67. #include "wx/xrc/xh_tglbtn.h"
  68. #include "wx/xrc/xh_timectrl.h"
  69. #include "wx/xrc/xh_toolb.h"
  70. #include "wx/xrc/xh_toolbk.h"
  71. #include "wx/xrc/xh_tree.h"
  72. #include "wx/xrc/xh_treebk.h"
  73. #include "wx/xrc/xh_unkwn.h"
  74. #include "wx/xrc/xh_wizrd.h"
  75. #endif // _WX_XH_ALL_H_