X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ce0a6e2d67c73ef32534345a422c2782f7dc091..8fb66724c607c755b2b6d470b9694de7038171ec:/include/wx/os2/setup0.h diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index f7afa63a33..aaae8c273d 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.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 @@ -163,7 +166,7 @@ // Some databases/ODBC drivers only allow forward scrolling cursors. // Unless you specifically want to use backward scrolling // cursors, and you know that all of the databases/ODBC drivers - // that you will use these odbc classes with allow backward + // that you will use these odbc classes with allow backward // scrolling cursors, this setting should remain set to 1 // for maximum database/driver compatibilty @@ -251,10 +254,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