]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/setup.h
Further wxUniv fixes
[wxWidgets.git] / include / wx / os2 / setup.h
index 83aa19c65041e0ae351a82499a1cbf312c3d106c..562a2b1470e714e4cb01e19fabe7a980b9d77548 100644 (file)
 #define wxUSE_TIMEDATE    1
                                 // 0 for no wxTime/wxDate classes
 
+#define wxUSE_MENUS       1
+                                // 0 for no menus
+
+#define wxUSE_JOYSTICK    1
+                                // 0 for no joystick functions
+
 #define wxUSE_CLIPBOARD   1
                                 // 0 for no clipboard functions
 
 #define wxUSE_OWNER_DRAWN             1
                                     // Owner-drawn menus and listboxes
 
+#define wxUSE_NEW_GRID 1
+                                // Define 1 to use the new drid classes
+
 /*
  * Any platform
  *
 #define wxUSE_GENERIC_DIALOGS_IN_OS2 0
                                 // Define 1 to use generic dialogs in Windows, even though
                                 // they duplicate native common dialog (e.g. wxColourDialog)
+
+#define wxUSE_SNGLINST_CHECKER  1
+
+#define wxUSE_GEOMETRY  1
+                                // needed for wxCanvas
+#define wxUSE_MENUS               1
+
+
 #endif
     // _WX_SETUP_H_