]> git.saurik.com Git - wxWidgets.git/blame - include/wx/xrc/xh_all.h
Use an enum for the colour/string conversion flags
[wxWidgets.git] / include / wx / xrc / xh_all.h
CommitLineData
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
aa1b2573
JS
17#include "wx/xrc/xh_animatctrl.h"
18#include "wx/xrc/xh_bmp.h"
19#include "wx/xrc/xh_bmpbt.h"
20#include "wx/xrc/xh_bmpcbox.h"
999d9a9f 21#include "wx/xrc/xh_bttn.h"
aa1b2573 22#include "wx/xrc/xh_cald.h"
999d9a9f 23#include "wx/xrc/xh_chckb.h"
aa1b2573
JS
24#include "wx/xrc/xh_chckl.h"
25#include "wx/xrc/xh_choic.h"
26#include "wx/xrc/xh_choicbk.h"
27#include "wx/xrc/xh_clrpicker.h"
53cdd2c1 28#include "wx/xrc/xh_cmdlinkbn.h"
aa1b2573
JS
29#include "wx/xrc/xh_collpane.h"
30#include "wx/xrc/xh_combo.h"
fef4b46d 31#include "wx/xrc/xh_comboctrl.h"
aa1b2573
JS
32#include "wx/xrc/xh_datectrl.h"
33#include "wx/xrc/xh_dirpicker.h"
34#include "wx/xrc/xh_dlg.h"
adcda299 35#include "wx/xrc/xh_editlbox.h"
0d14e4f2 36#include "wx/xrc/xh_filectrl.h"
aa1b2573
JS
37#include "wx/xrc/xh_filepicker.h"
38#include "wx/xrc/xh_fontpicker.h"
39#include "wx/xrc/xh_frame.h"
999d9a9f 40#include "wx/xrc/xh_gauge.h"
aa1b2573
JS
41#include "wx/xrc/xh_gdctl.h"
42#include "wx/xrc/xh_grid.h"
999d9a9f 43#include "wx/xrc/xh_html.h"
aa1b2573
JS
44#include "wx/xrc/xh_htmllbox.h"
45#include "wx/xrc/xh_hyperlink.h"
46#include "wx/xrc/xh_listb.h"
47#include "wx/xrc/xh_listc.h"
48#include "wx/xrc/xh_listbk.h"
49#include "wx/xrc/xh_mdi.h"
50#include "wx/xrc/xh_menu.h"
51#include "wx/xrc/xh_notbk.h"
52#include "wx/xrc/xh_odcombo.h"
53#include "wx/xrc/xh_panel.h"
54#include "wx/xrc/xh_propdlg.h"
999d9a9f
VS
55#include "wx/xrc/xh_radbt.h"
56#include "wx/xrc/xh_radbx.h"
aa1b2573
JS
57#include "wx/xrc/xh_scrol.h"
58#include "wx/xrc/xh_scwin.h"
999d9a9f 59#include "wx/xrc/xh_sizer.h"
aa1b2573
JS
60#include "wx/xrc/xh_slidr.h"
61#include "wx/xrc/xh_spin.h"
62#include "wx/xrc/xh_split.h"
c7db82dc 63#include "wx/xrc/xh_srchctrl.h"
aa1b2573
JS
64#include "wx/xrc/xh_statbar.h"
65#include "wx/xrc/xh_stbox.h"
999d9a9f 66#include "wx/xrc/xh_stbmp.h"
aa1b2573
JS
67#include "wx/xrc/xh_sttxt.h"
68#include "wx/xrc/xh_stlin.h"
999d9a9f 69#include "wx/xrc/xh_text.h"
aa1b2573 70#include "wx/xrc/xh_tglbtn.h"
999d9a9f 71#include "wx/xrc/xh_toolb.h"
4689441b 72#include "wx/xrc/xh_toolbk.h"
999d9a9f 73#include "wx/xrc/xh_tree.h"
aa1b2573 74#include "wx/xrc/xh_treebk.h"
999d9a9f 75#include "wx/xrc/xh_unkwn.h"
e5db28fd 76#include "wx/xrc/xh_wizrd.h"
999d9a9f 77
9aaf1192 78#endif // _WX_XH_ALL_H_