Did somework on the generic dialogs,
[wxWidgets.git] / include / wx / wx.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx.h
3 // Purpose: wxWindows main include file
4 // Author: Julian Smart
5 // Modified by:
6 // Created: 01/02/97
7 // RCS-ID: $Id$
8 // Copyright: (c)
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 #ifndef _WX_WXH__
13 #define _WX_WXH__
14
15 #include "wx/setup.h" // Which features to include - user editable
16 #include "wx/defs.h"
17 #include "wx/string.h"
18 #include "wx/log.h"
19 #include "wx/window.h"
20 #include "wx/panel.h"
21 #include "wx/frame.h"
22 #include "wx/dc.h"
23 #include "wx/dcclient.h"
24 #include "wx/dcmemory.h"
25 #include "wx/dcprint.h"
26 #include "wx/dcscreen.h"
27 #include "wx/button.h"
28 #include "wx/menu.h"
29 #include "wx/app.h"
30 #include "wx/event.h"
31 #include "wx/list.h"
32 #include "wx/pen.h"
33 #include "wx/brush.h"
34 #include "wx/palette.h"
35 #include "wx/icon.h"
36 #include "wx/cursor.h"
37 #include "wx/dialog.h"
38 #include "wx/timer.h"
39 #include "wx/utils.h"
40 #include "wx/settings.h"
41 #include "wx/msgdlg.h"
42 #include "wx/cmndata.h"
43
44 #include "wx/bmpbuttn.h"
45 #include "wx/checkbox.h"
46 #include "wx/choice.h"
47 #include "wx/scrolbar.h"
48 #include "wx/stattext.h"
49 #include "wx/statbmp.h"
50 #include "wx/statbox.h"
51 #include "wx/listbox.h"
52 #include "wx/radiobox.h"
53 #include "wx/radiobut.h"
54 #include "wx/textctrl.h"
55 #include "wx/slider.h"
56 #include "wx/gauge.h"
57 #include "wx/combobox.h"
58 #include "wx/layout.h"
59 #include "wx/sizer.h"
60 #include "wx/memory.h"
61 #include "wx/mdi.h"
62 #include "wx/scrolwin.h"
63 #include "wx/statusbr.h"
64 #include "wx/scrolbar.h"
65 #include "wx/choicdlg.h"
66 #include "wx/textdlg.h"
67 #include "wx/filedlg.h"
68 #include "wx/dirdlg.h"
69
70 #if wxUSE_INTL
71 #include "wx/intl.h"
72 #endif // wxUSE_INTL
73
74 #if wxUSE_VALIDATORS
75 #include "wx/valtext.h"
76 #endif // wxUSE_VALIDATORS
77
78 #if wxUSE_SERIAL
79 #include "wx/objstrm.h"
80 #include "wx/serbase.h"
81 #endif // wxUSE_SERIAL
82
83 #endif
84 // _WX_WXH__