]>
Commit | Line | Data |
---|---|---|
c801d85f KB |
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 __WXH__ | |
13 | #define __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/window.h" | |
19 | #include "wx/panel.h" | |
20 | #include "wx/frame.h" | |
21 | #include "wx/dc.h" | |
22 | #include "wx/dcclient.h" | |
23 | #include "wx/dcmemory.h" | |
24 | #include "wx/dcprint.h" | |
25 | #include "wx/dcscreen.h" | |
26 | #include "wx/postscrp.h" | |
27 | #include "wx/button.h" | |
28 | #include "wx/bmpbuttn.h" | |
29 | #include "wx/checkbox.h" | |
30 | #include "wx/choice.h" | |
31 | #include "wx/scrolbar.h" | |
32 | #include "wx/stattext.h" | |
33 | #include "wx/statbmp.h" | |
34 | #include "wx/statbox.h" | |
35 | #include "wx/listbox.h" | |
36 | #include "wx/radiobox.h" | |
37 | #include "wx/radiobut.h" | |
38 | #include "wx/textctrl.h" | |
39 | #include "wx/slider.h" | |
40 | #include "wx/gauge.h" | |
41 | #include "wx/combobox.h" | |
42 | #include "wx/menu.h" | |
43 | #include "wx/app.h" | |
44 | #include "wx/event.h" | |
45 | #include "wx/list.h" | |
46 | #include "wx/pen.h" | |
47 | #include "wx/brush.h" | |
48 | #include "wx/palette.h" | |
49 | #include "wx/icon.h" | |
50 | #include "wx/cursor.h" | |
51 | #include "wx/dialog.h" | |
52 | #include "wx/timer.h" | |
53 | #include "wx/utils.h" | |
54 | #include "wx/settings.h" | |
55 | #include "wx/layout.h" | |
56 | #include "wx/memory.h" | |
57 | #include "wx/mdi.h" | |
58 | #include "wx/scrolwin.h" | |
59 | #include "wx/statusbr.h" | |
60 | #include "wx/scrolbar.h" | |
61 | #include "wx/msgdlg.h" | |
62 | #include "wx/choicdlg.h" | |
63 | #include "wx/textdlg.h" | |
64 | #include "wx/filedlg.h" | |
65 | #include "wx/dirdlg.h" | |
66 | #include "wx/cmndata.h" | |
67 | #include "wx/intl.h" | |
68 | ||
69 | #endif | |
70 | // __WXH__ |