1998-05-20 10:01:55 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
2003-08-03 19:12:00 -04:00
|
|
|
// Name: wx/wx.h
|
2004-05-23 10:56:36 -04:00
|
|
|
// Purpose: wxWidgets central header including the most often used ones
|
1998-05-20 10:01:55 -04:00
|
|
|
// Author: Julian Smart
|
|
|
|
// Modified by:
|
|
|
|
// Created: 01/02/97
|
|
|
|
// RCS-ID: $Id$
|
2005-05-04 14:57:50 -04:00
|
|
|
// Copyright: (c) Julian Smart
|
2004-05-23 16:53:33 -04:00
|
|
|
// Licence: wxWindows licence
|
1998-05-20 10:01:55 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2003-08-03 19:12:00 -04:00
|
|
|
#ifndef _WX_WX_H_
|
|
|
|
#define _WX_WX_H_
|
|
|
|
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/defs.h"
|
1999-10-04 16:15:38 -04:00
|
|
|
#include "wx/object.h"
|
|
|
|
#include "wx/dynarray.h"
|
|
|
|
#include "wx/list.h"
|
|
|
|
#include "wx/hash.h"
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/string.h"
|
2006-06-20 06:24:07 -04:00
|
|
|
#include "wx/hashmap.h"
|
2006-06-13 07:30:40 -04:00
|
|
|
#include "wx/arrstr.h"
|
1999-10-04 16:15:38 -04:00
|
|
|
#include "wx/intl.h"
|
1998-11-22 17:32:53 -05:00
|
|
|
#include "wx/log.h"
|
1999-10-04 16:15:38 -04:00
|
|
|
#include "wx/event.h"
|
|
|
|
#include "wx/app.h"
|
|
|
|
#include "wx/utils.h"
|
2001-12-11 01:40:48 -05:00
|
|
|
#include "wx/stream.h"
|
2006-06-08 08:51:01 -04:00
|
|
|
#include "wx/memory.h"
|
2006-06-15 13:58:49 -04:00
|
|
|
#include "wx/math.h"
|
2006-07-25 04:47:47 -04:00
|
|
|
#include "wx/stopwatch.h"
|
2006-08-31 15:31:43 -04:00
|
|
|
#include "wx/module.h"
|
2007-03-19 10:45:38 -04:00
|
|
|
#include "wx/wxcrt.h"
|
1999-10-04 16:15:38 -04:00
|
|
|
|
|
|
|
#if wxUSE_GUI
|
|
|
|
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/window.h"
|
2006-06-21 03:36:58 -04:00
|
|
|
#include "wx/containr.h"
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/panel.h"
|
2006-06-13 16:44:51 -04:00
|
|
|
#include "wx/toplevel.h"
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/frame.h"
|
2006-06-19 16:18:46 -04:00
|
|
|
#include "wx/gdicmn.h"
|
2006-06-21 10:22:05 -04:00
|
|
|
#include "wx/gdiobj.h"
|
2006-06-16 03:14:51 -04:00
|
|
|
#include "wx/region.h"
|
2006-06-14 06:02:19 -04:00
|
|
|
#include "wx/bitmap.h"
|
2006-07-03 15:02:54 -04:00
|
|
|
#include "wx/image.h"
|
2006-06-14 13:09:39 -04:00
|
|
|
#include "wx/colour.h"
|
2006-06-14 15:51:14 -04:00
|
|
|
#include "wx/font.h"
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/dc.h"
|
|
|
|
#include "wx/dcclient.h"
|
|
|
|
#include "wx/dcmemory.h"
|
|
|
|
#include "wx/dcprint.h"
|
|
|
|
#include "wx/dcscreen.h"
|
|
|
|
#include "wx/button.h"
|
2006-06-19 03:12:50 -04:00
|
|
|
#include "wx/menuitem.h"
|
1999-06-01 11:32:12 -04:00
|
|
|
#include "wx/menu.h"
|
|
|
|
#include "wx/pen.h"
|
|
|
|
#include "wx/brush.h"
|
|
|
|
#include "wx/palette.h"
|
|
|
|
#include "wx/icon.h"
|
|
|
|
#include "wx/cursor.h"
|
|
|
|
#include "wx/dialog.h"
|
|
|
|
#include "wx/timer.h"
|
|
|
|
#include "wx/settings.h"
|
|
|
|
#include "wx/msgdlg.h"
|
|
|
|
#include "wx/cmndata.h"
|
2006-07-27 08:57:16 -04:00
|
|
|
#include "wx/dataobj.h"
|
1999-06-01 11:32:12 -04:00
|
|
|
|
2001-06-26 16:59:19 -04:00
|
|
|
#include "wx/control.h"
|
|
|
|
#include "wx/ctrlsub.h"
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/bmpbuttn.h"
|
|
|
|
#include "wx/checkbox.h"
|
2001-06-26 16:59:19 -04:00
|
|
|
#include "wx/checklst.h"
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/choice.h"
|
|
|
|
#include "wx/scrolbar.h"
|
|
|
|
#include "wx/stattext.h"
|
|
|
|
#include "wx/statbmp.h"
|
|
|
|
#include "wx/statbox.h"
|
|
|
|
#include "wx/listbox.h"
|
|
|
|
#include "wx/radiobox.h"
|
|
|
|
#include "wx/radiobut.h"
|
|
|
|
#include "wx/textctrl.h"
|
|
|
|
#include "wx/slider.h"
|
|
|
|
#include "wx/gauge.h"
|
2000-10-24 17:45:56 -04:00
|
|
|
#include "wx/scrolwin.h"
|
|
|
|
#include "wx/dirdlg.h"
|
|
|
|
#include "wx/toolbar.h"
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/combobox.h"
|
|
|
|
#include "wx/layout.h"
|
1999-08-09 13:00:51 -04:00
|
|
|
#include "wx/sizer.h"
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/mdi.h"
|
|
|
|
#include "wx/statusbr.h"
|
|
|
|
#include "wx/choicdlg.h"
|
|
|
|
#include "wx/textdlg.h"
|
|
|
|
#include "wx/filedlg.h"
|
2003-08-03 19:12:00 -04:00
|
|
|
|
|
|
|
// always include, even if !wxUSE_VALIDATORS because we need wxDefaultValidator
|
|
|
|
#include "wx/validate.h"
|
2000-01-06 11:47:48 -05:00
|
|
|
|
1999-06-01 11:32:12 -04:00
|
|
|
#if wxUSE_VALIDATORS
|
|
|
|
#include "wx/valtext.h"
|
|
|
|
#endif // wxUSE_VALIDATORS
|
|
|
|
|
1999-10-04 16:15:38 -04:00
|
|
|
#endif // wxUSE_GUI
|
|
|
|
|
2003-08-03 19:12:00 -04:00
|
|
|
#endif // _WX_WX_H_
|