]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/setup0.h
Headers to support 'Y' positioning fixes for OS/2 controls
[wxWidgets.git] / include / wx / os2 / setup0.h
index 304dec922b0ef62a0487c806e68b922240faaced..689c1ab4c902d7534b5c00edf7c83ee232989d71 100644 (file)
@@ -78,6 +78,7 @@
 
 #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
 
 // Recommended setting: 1
 #define wxUSE_BUTTON       1    // wxButton
 
 #define wxUSE_FFILE         1
 
+// use wxTextBuffer class: required by wxTextFile
+#define wxUSE_TEXTBUFFER    1
+
 // use wxTextFile class: requires wxFile, required by wxConfig
 #define wxUSE_TEXTFILE            1
 
 
 #define wxUSE_FINDREPLDLG         1 // Find replace dialog
 
+#define wxUSE_PALETTE             1
+
+#define wxUSE_CMDLINE_PARSER      1
+
+#define wxUSE_SPLASH              1
+
+#if (!(defined(WXUSINGDLL) || defined(WXMAKINGDLL)))
+    #define NO_TEXT_WINDOW_STREAM     1  // defined in textctrl.h for DLL builds
+#endif
+
+#define wxUSE_UNICODE      0
+#define wxUSE_UNICODE_MSLU 0
+
 #endif
     // _WX_SETUP_H_