]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/setup.h
wxDC::Blit() ignores useMask if there is no mask instead of giving an assert failure
[wxWidgets.git] / include / wx / os2 / setup.h
index 4cadb335d5b6d6b40c44ede4c9401d53da3fc64d..fe1603d9318a56c47375476f7df537b6e2f431b5 100644 (file)
@@ -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
 
 
 // wxToolBar class
 #define wxUSE_TOOLBAR 1
+#define wxUSE_TOOLBAR_NATIVE 1
+
+// wxSpinCtrl class
+#define wxUSE_SPINCTRL 1
 
 // wxStatusBar class
 #define wxUSE_STATUSBAR 1