]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/setup0.h
added wxCHECK_GCC_VERSION() macro
[wxWidgets.git] / include / wx / os2 / setup0.h
index ea8d31fe4b5e6e35d5d64039c8beff8ea2a3b625..700bab6e272c4a0c8048a5cb1134be71a2de6431 100644 (file)
@@ -77,8 +77,8 @@
                                 // 0 for no drag and drop
 
 #define wxUSE_CONTROLS     1    // Do not change
-#define wxUSE_POPUPWIN     0    // OS/2 does not use this
-#define wxUSE_TIPWINDOW    0    // hence this is unavailable
+#define wxUSE_POPUPWIN     1    //
+#define wxUSE_TIPWINDOW    1    //
 
 // Recommended setting: 1
 #define wxUSE_BUTTON       1    // wxButton
 // text entry dialog and wxGetTextFromUser function
 #define wxUSE_TEXTDLG 1
 
+// use the number dialog
+#define wxUSE_NUMBERDLG 1
+
 // wxToolBar class
 #define wxUSE_TOOLBAR 1
 #define wxUSE_TOOLBAR_NATIVE 1
                                   // DLL loading and function calling
 #define wxUSE_DYNAMIC_LOADER 0
 
+#define wxUSE_WCHAR_T           1
 #define wxUSE_PROTOCOL          1
 #define wxUSE_URL               1
 #define wxUSE_PROTOCOL_HTTP     1