]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/setup.h
DoSetClientSize omissions fixed; some doc fixes
[wxWidgets.git] / include / wx / motif / setup.h
index d2242990931e253d4a60481c5d384e2a458ef385..d1e2804da44a695bdc3cbbad3ac6b8512ad658c0 100644 (file)
                                 // Use constraints mechanism
 #define wxUSE_CONFIG           1
                                 // Use wxConfig, with CreateConfig in wxApp
-#define _WX_GOODCOMPILER__
-                                // gcc can have problems, but Windows compilers
-                                // are generally OK.
-#define WXWIN_COMPATIBILITY  1
-                                // Compatibility with 1.66 API.
-                                // Level 0: no backward compatibility, all new features
-                                // Level 1: wxDC, OnSize (etc.) compatibility, but
-                                //          some new features such as event tables
+#define WXWIN_COMPATIBILITY  0
+                                // Minor compatibility with 1.68 API.
+                                // 1: on 0: off.
 
 #define wxUSE_POSTSCRIPT  1
                                // 0 for no PostScript device context
 #define wxUSE_STD_IOSTREAM  1
                                   // Use standard C++ streams if 1. If 0, use wxWin
                                   // streams implementation.
+#define wxUSE_STREAMS       1
+                                  // Use wxStream implementation within wxWindows code
+
+#define wxUSE_SERIAL        0
+                                  // Use serialization (requires utils/serialize)
+
+#define wxUSE_TOOLTIPS      0
+                                  // Use tooltips
+
+#define wxUSE_DYNLIB_CLASS  0
+                                  // Use wxLibrary
+
 /*
  * Finer detail
  *