]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/setup.h
* Renamed fstream.h in wfstream.h
[wxWidgets.git] / include / wx / motif / setup.h
index 5b26b6c6be6a756f518993dba8f192840261c6c1..8b9f9762e54ce46a7fdd77b8a1f1fe53856298b8 100644 (file)
 // AIAI spline code is slower, but freer of copyright issues.
                                // 0 for no splines
 
-#define wxUSE_TOOLBAR     1
-                            // Use toolbars
+#define wxUSE_XPM                 1
+                                // Use XPMs
+
+#define wxUSE_TOOLBAR             1
+                                // Use toolbars
+#define wxUSE_COMBOBOX            1
+                                // Use wxComboBox
 #define wxUSE_DRAG_AND_DROP 1
                                // 0 for no drag and drop
 
@@ -86,6 +91,8 @@
 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
                                   // In debug mode, cause new and delete to be redefined globally.
                                   // If this causes problems (e.g. link errors), set this to 0.
+                                  // In wxMotif, causes an 'all bets are off'
+                                  // memory error (generated by wxWindows)
 
 #define REMOVE_UNUSED_ARG 1
                                   // Set this to 0 if your compiler can't cope
                                   // if enabled, compiles built-in OS independent wxConfig
                                   // class and it's file (any platform) and registry (Win)
                                   // based implementations
+
+#define wxUSE_GADGETS       0
+                                  // Use gadgets where possible
+
+#define wxUSE_MDI_WIDGETS   1
+                                  // Use Scott Sadler's MDI widgets (buggy).
+                                  // If 0, uses normal frames.
+                 
+
 /*
  * Finer detail
  *