]>
Commit | Line | Data |
---|---|---|
999d9a9f | 1 | ///////////////////////////////////////////////////////////////////////////// |
28583246 | 2 | // Name: wx/xrc/xh_all.h |
999d9a9f VS |
3 | // Purpose: includes all xh_*.h files |
4 | // Author: Vaclav Slavik | |
5 | // Created: 2000/03/05 | |
6 | // RCS-ID: $Id$ | |
7 | // Copyright: (c) 2000 Vaclav Slavik | |
8 | // Licence: wxWindows licence | |
9 | ///////////////////////////////////////////////////////////////////////////// | |
10 | ||
11 | #ifndef _WX_XH_ALL_H_ | |
12 | #define _WX_XH_ALL_H_ | |
13 | ||
14 | ||
15 | // Existing handlers: | |
16 | ||
17 | #include "wx/xrc/xh_menu.h" | |
18 | #include "wx/xrc/xh_panel.h" | |
19 | #include "wx/xrc/xh_dlg.h" | |
20 | #include "wx/xrc/xh_bttn.h" | |
21 | #include "wx/xrc/xh_chckb.h" | |
85f138db | 22 | #include "wx/xrc/xh_tglbtn.h" |
999d9a9f VS |
23 | #include "wx/xrc/xh_gauge.h" |
24 | #include "wx/xrc/xh_html.h" | |
25 | #include "wx/xrc/xh_spin.h" | |
26 | #include "wx/xrc/xh_sttxt.h" | |
27 | #include "wx/xrc/xh_slidr.h" | |
28 | #include "wx/xrc/xh_radbt.h" | |
29 | #include "wx/xrc/xh_radbx.h" | |
30 | #include "wx/xrc/xh_combo.h" | |
31 | #include "wx/xrc/xh_chckl.h" | |
32 | #include "wx/xrc/xh_choic.h" | |
310e47b3 | 33 | #include "wx/xrc/xh_datectrl.h" |
999d9a9f VS |
34 | #include "wx/xrc/xh_sizer.h" |
35 | #include "wx/xrc/xh_stbmp.h" | |
36 | #include "wx/xrc/xh_notbk.h" | |
582f07c2 | 37 | #include "wx/xrc/xh_odcombo.h" |
9aaf1192 WS |
38 | #include "wx/xrc/xh_listbk.h" |
39 | #include "wx/xrc/xh_choicbk.h" | |
eca15c0d | 40 | #include "wx/xrc/xh_treebk.h" |
999d9a9f VS |
41 | #include "wx/xrc/xh_text.h" |
42 | #include "wx/xrc/xh_listb.h" | |
43 | #include "wx/xrc/xh_toolb.h" | |
44 | #include "wx/xrc/xh_bmpbt.h" | |
45 | #include "wx/xrc/xh_stbox.h" | |
46 | #include "wx/xrc/xh_scrol.h" | |
47 | #include "wx/xrc/xh_tree.h" | |
48 | #include "wx/xrc/xh_cald.h" | |
49 | #include "wx/xrc/xh_listc.h" | |
50 | #include "wx/xrc/xh_stlin.h" | |
51 | #include "wx/xrc/xh_bmp.h" | |
52 | #include "wx/xrc/xh_unkwn.h" | |
995c1788 | 53 | #include "wx/xrc/xh_gdctl.h" |
999d9a9f | 54 | #include "wx/xrc/xh_frame.h" |
2b5f62a0 | 55 | #include "wx/xrc/xh_scwin.h" |
9ebb7cad | 56 | #include "wx/xrc/xh_htmllbox.h" |
2f5b93fb | 57 | #include "wx/xrc/xh_split.h" |
e5db28fd | 58 | #include "wx/xrc/xh_wizrd.h" |
b0fb0f3c | 59 | #include "wx/xrc/xh_statbar.h" |
5a0348c4 | 60 | #include "wx/xrc/xh_mdi.h" |
0e3c83a7 | 61 | #include "wx/xrc/xh_grid.h" |
ec376c8f VZ |
62 | #include "wx/xrc/xh_clrpicker.h" |
63 | #include "wx/xrc/xh_filepicker.h" | |
64 | #include "wx/xrc/xh_fontpicker.h" | |
65 | #include "wx/xrc/xh_dirpicker.h" | |
17e91437 | 66 | #include "wx/xrc/xh_hyperlink.h" |
95a46303 | 67 | #include "wx/xrc/xh_bmpcbox.h" |
9e29cd0a | 68 | #include "wx/xrc/xh_animatctrl.h" |
912c3932 | 69 | #include "wx/xrc/xh_collpane.h" |
999d9a9f | 70 | |
9aaf1192 | 71 | #endif // _WX_XH_ALL_H_ |