]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/setup0.h
Use correct colour for selected items in generic wxDVC.
[wxWidgets.git] / include / wx / motif / setup0.h
index 37aa22eb2adec3a248c63bfd188f9183de44a61e..35117a9acc3e05db2528b670eb4966a99d7fc4dc 100644 (file)
 // possible in which case setting this to 0 can gain up to 100KB.
 #define wxUSE_VARIANT 1
 
 // possible in which case setting this to 0 can gain up to 100KB.
 #define wxUSE_VARIANT 1
 
+// Support for wxAny class, the successor for wxVariant.
+//
+// Default is 1.
+//
+// Recommended setting: 1 unless you want to reduce the library size by a small amount,
+// or your compiler cannot for some reason cope with complexity of templates used.
+#define wxUSE_ANY 1
+
 // Support for regular expression matching via wxRegEx class: enable this to
 // use POSIX regular expressions in your code. You need to compile regex
 // library from src/regex to use it under Windows.
 // Support for regular expression matching via wxRegEx class: enable this to
 // use POSIX regular expressions in your code. You need to compile regex
 // library from src/regex to use it under Windows.
 // enumerated above, then this class is mostly useless too)
 #define wxUSE_IMAGLIST      1
 
 // enumerated above, then this class is mostly useless too)
 #define wxUSE_IMAGLIST      1
 
+// Use wxInfoBar class.
+//
+// Default is 1.
+//
+// Recommended setting: 1 (but can be disabled without problems as nothing
+// depends on it)
+#define wxUSE_INFOBAR       1
+
 // Use wxMenu, wxMenuBar, wxMenuItem.
 //
 // Default is 1.
 // Use wxMenu, wxMenuBar, wxMenuItem.
 //
 // Default is 1.