Include files
Under both operating systems, include the file "wx.h", or to save
on compilation time, include only those header files relevant to the
source file. If you are using precompiled headers, you should include
"wx.h" only. The main header files (omitting base class files) are
as follows.
- common.h - important definitions and includes (included by wx.h)
- wx.h - includes all wxWindows headers
- wx_buttn.h - button panel item
- wx_canvs.h - drawing on canvases
- wx_check.h - check box panel item
- wx_dc.h - drawing on canvases and printers
- wx_dccan.h - canvas device context
- wx_dcmem.h - memory device context
- wx_dcps.h - PostScript device context
- wx_dialg.h - user-defined and standard dialogs
- wx_form.h - forms allow succinct expression of panels with
constrained items
- wx_frame.h - frame window handling
- wx_gdi.h - graphics objects such as colours, pens, brushes and icons
- wx_help.h - API for invoking wxHelp
- wx_hash.h - hash table implementation
- wx_ipc.h - interprocess communication (using a subset of the DDE standard)
- wx_ipcob.h - client or server object class
- wx_item.h - panel item base class
- wx_lbox.h - list box panel item
- wx_list.h - linked list implementation, heavily used by wxWindows
- wx_main.h - application initialization
- wx_menu.h - menus
- wx_messg.h - message panel item
- wx_mf.h - metafile class
- wx_mgstr.h - language-specific strings (experimental)
- wx_mnuit.h - menu item (for internal use by menus only)
- wx_mtxt.h - multitext panel item
- wx_obj.h - base class for wxWindows classes
- wx_panel.h - panels
- wx_privt.h - some private wxWindows definitions
- wx_rbox.h - radio box panel item
- wx_stdev.h - standard event class definitions
- wx_sysev.h - system event definitions
- wx_text.h - text subwindows
- wx_timer.h - timer object
- wx_txt.h - single-line text panel item
- wx_types.h - explicit type system
- wx_utils.h - various utilities
- wx_win.h - abstract base class for frames, subwindows and items