X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ce0a6e2d67c73ef32534345a422c2782f7dc091..439479796a09c87993223c043553ccdc6cd66aed:/include/wx/os2/setup.h diff --git a/include/wx/os2/setup.h b/include/wx/os2/setup.h index 4cadb335d5..8132d6b0d0 100644 --- a/include/wx/os2/setup.h +++ b/include/wx/os2/setup.h @@ -16,6 +16,9 @@ // global settings // ---------------------------------------------------------------------------- +// define this to 1 if you want icons to behave as bitmaps +#define wxICON_IS_BITMAP 0 + // define this to 0 when building wxBase library #define wxUSE_GUI 1 @@ -30,7 +33,7 @@ #define wxUSE_GIF 1 // Utilize GIF images #if defined(__VISAGECPP__) && (__IBMCPP__ < 400 || __IBMC__ < 400 ) -#define wxUSE_LONG_LONG 1 +#define wxUSE_LONGLONG 1 #endif #define wxUSE_NET_API 1 // Utilize OS/2's UPM netapi's @@ -60,6 +63,9 @@ #define wxUSE_CLIPBOARD 1 // 0 for no clipboard functions +#define wxUSE_PLOT 1 + // 0 for no generic plot functions + #define wxUSE_SPLINES 1 // 0 for no splines @@ -100,7 +106,6 @@ #define wxUSE_CHECKLISTBOX 1 // Define 1 to compile check listbox - #define wxUSE_CARET 1 // Define 1 to use wxCaret class #define wxUSE_XPM_IN_OS2 1 @@ -157,7 +162,7 @@ // Set this to 0 if your compiler can't cope // with omission of prototype parameters. -#define wxUSE_ODBC 0 +#define wxUSE_ODBC 1 // Define 1 to use ODBC classes #define wxODBC_FWD_ONLY_CURSORS 1 @@ -252,10 +257,14 @@ // wxToolBar class #define wxUSE_TOOLBAR 1 +#define wxUSE_TOOLBAR_NATIVE 1 // wxStatusBar class #define wxUSE_STATUSBAR 1 +// wxSpinCtrl class +#define wxUSE_SPINCTRL 1 + // progress dialog class for lengthy operations #define wxUSE_PROGRESSDLG 1