X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9c0df38e7bdf9dcc527833c6ed7ae30155c24cc..d471bb2d4c029e0f9a47e191fa28a56a5588f75e:/include/wx/os2/setup0.h?ds=sidebyside diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index acdfde8279..9b4e88ed66 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -16,8 +16,7 @@ // global settings // ---------------------------------------------------------------------------- -// define this to 1 if you want icons to behave as bitmaps -#define wxICON_IS_BITMAP 0 +#define wxUSE_EXCEPTIONS 1 // define this to 0 when building wxBase library #define wxUSE_GUI 1 @@ -121,13 +120,11 @@ #define wxUSE_MSGDLG 1 #define wxUSE_NOTEBOOK 1 #define wxUSE_LISTBOOK 1 +#define wxUSE_CHOICEBOOK 1 #define wxUSE_SPLITTER 1 #define wxUSE_STOPWATCH 1 #define wxUSE_TAB_DIALOG 1 #define wxUSE_WXHTML_HELP 1 -#define wxUSE_BUTTONBAR 1 - // Define 1 to use buttonbar classes (enhanced toolbar - // for MS Windows) #define wxUSE_RADIOBUTTON 1 // Define 1 to use radio button control @@ -154,6 +151,8 @@ #define wxUSE_DOC_VIEW_ARCHITECTURE 1 // Set to 0 to disable document/view architecture +#define wxUSE_MDI 1 + #define wxUSE_MDI_ARCHITECTURE 1 // Set to 0 to disable MDI document/view architecture #define wxUSE_PRINTING_ARCHITECTURE 1 @@ -200,7 +199,7 @@ #define wxUSE_ODBC 1 // Define 1 to use ODBC classes -#define wxODBC_FWD_ONLY_CURSORS 1 +#define wxODBC_FWD_ONLY_CURSORS 1 // For backward compatibility reasons, this parameter now only // controls the default scrolling method used by cursors. This // default behavior can be overriden by setting the second param @@ -224,7 +223,7 @@ // 0 for #define wxUSE_STREAMS 1 - // If enabled (1), compiles wxWindows streams classes + // If enabled (1), compiles wxWidgets streams classes #define wxUSE_STD_IOSTREAM 1 // Use standard C++ streams if 1. If 0, use wxWin @@ -367,7 +366,33 @@ // needed for wxCanvas #define wxUSE_MENUS 1 -#define wxUSE_WAVE 1 +#define wxUSE_SOUND 1 + +// Use wxMediaCtrl +// +// Default is 0. +// +// Recommended setting: 0 +#define wxUSE_MEDIACTRL 0 + +// Use wxWidget's XRC XML-based resource system. Recommended. +// +// Default is 1 +// +// Recommended setting: 1 (requires wxUSE_XML) +#define wxUSE_XRC 1 + +// XML parsing classes. Note that their API will change in the future, so +// using wxXmlDocument and wxXmlNode in your app is not recommended. +// +// Default is 1 +// +// Recommended setting: 1 (required by XRC) +#if wxUSE_XRC +# define wxUSE_XML 1 +#else +# define wxUSE_XML 0 +#endif #define wxUSE_REGEX 1