]> git.saurik.com Git - wxWidgets.git/blame - include/wx/wx.h
[ 1492053 ] Add wxVListBox style callbacks to wxOwnerDrawnComboBox.
[wxWidgets.git] / include / wx / wx.h
CommitLineData
c801d85f 1/////////////////////////////////////////////////////////////////////////////
b1e88286 2// Name: wx/wx.h
77ffb593 3// Purpose: wxWidgets central header including the most often used ones
c801d85f
KB
4// Author: Julian Smart
5// Modified by:
6// Created: 01/02/97
7// RCS-ID: $Id$
99d80019 8// Copyright: (c) Julian Smart
65571936 9// Licence: wxWindows licence
c801d85f
KB
10/////////////////////////////////////////////////////////////////////////////
11
b1e88286
VZ
12#ifndef _WX_WX_H_
13#define _WX_WX_H_
14
c801d85f 15#include "wx/defs.h"
e90c1d2a
VZ
16#include "wx/object.h"
17#include "wx/dynarray.h"
18#include "wx/list.h"
19#include "wx/hash.h"
c801d85f 20#include "wx/string.h"
aaa6d89a 21#include "wx/arrstr.h"
e90c1d2a 22#include "wx/intl.h"
184b5d99 23#include "wx/log.h"
e90c1d2a
VZ
24#include "wx/event.h"
25#include "wx/app.h"
26#include "wx/utils.h"
edc8bd8d 27#include "wx/stream.h"
5b56bffb 28#include "wx/memory.h"
e90c1d2a
VZ
29
30#if wxUSE_GUI
31
c801d85f
KB
32#include "wx/window.h"
33#include "wx/panel.h"
1832043f 34#include "wx/toplevel.h"
c801d85f 35#include "wx/frame.h"
0bca0373 36#include "wx/bitmap.h"
7cf41a5d 37#include "wx/colour.h"
c801d85f
KB
38#include "wx/dc.h"
39#include "wx/dcclient.h"
40#include "wx/dcmemory.h"
41#include "wx/dcprint.h"
42#include "wx/dcscreen.h"
c801d85f 43#include "wx/button.h"
88ac883a 44#include "wx/menu.h"
88ac883a
VZ
45#include "wx/pen.h"
46#include "wx/brush.h"
47#include "wx/palette.h"
48#include "wx/icon.h"
49#include "wx/cursor.h"
50#include "wx/dialog.h"
51#include "wx/timer.h"
88ac883a
VZ
52#include "wx/settings.h"
53#include "wx/msgdlg.h"
54#include "wx/cmndata.h"
55
1e6feb95
VZ
56#include "wx/control.h"
57#include "wx/ctrlsub.h"
c801d85f
KB
58#include "wx/bmpbuttn.h"
59#include "wx/checkbox.h"
1e6feb95 60#include "wx/checklst.h"
c801d85f
KB
61#include "wx/choice.h"
62#include "wx/scrolbar.h"
63#include "wx/stattext.h"
64#include "wx/statbmp.h"
65#include "wx/statbox.h"
66#include "wx/listbox.h"
67#include "wx/radiobox.h"
68#include "wx/radiobut.h"
69#include "wx/textctrl.h"
70#include "wx/slider.h"
71#include "wx/gauge.h"
4720388f
DW
72#include "wx/scrolwin.h"
73#include "wx/dirdlg.h"
74#include "wx/toolbar.h"
c801d85f 75#include "wx/combobox.h"
c801d85f 76#include "wx/layout.h"
3417c2cd 77#include "wx/sizer.h"
c801d85f 78#include "wx/mdi.h"
c801d85f 79#include "wx/statusbr.h"
c801d85f
KB
80#include "wx/choicdlg.h"
81#include "wx/textdlg.h"
82#include "wx/filedlg.h"
b1e88286
VZ
83
84// always include, even if !wxUSE_VALIDATORS because we need wxDefaultValidator
85#include "wx/validate.h"
674ac8b9 86
88ac883a
VZ
87#if wxUSE_VALIDATORS
88 #include "wx/valtext.h"
89#endif // wxUSE_VALIDATORS
90
e90c1d2a
VZ
91#endif // wxUSE_GUI
92
b1e88286
VZ
93#endif // _WX_WX_H_
94