]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/setup_inc.h
fixed wxXmlDocument::Save() to interpret the indentstep argument correctly
[wxWidgets.git] / include / wx / setup_inc.h
index 0ee07b3d5145f31f64e56225ed6f2c0c006bc321..b014a90b88ba3adfbd6d6872394297f9c6da07f9 100644 (file)
 // 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.
 // Recommended setting: 1
 #define wxUSE_AUI       1
 
+// Use wxWidget's Ribbon classes for interfaces
+//
+// Default is 1
+//
+// Recommended setting: 1
+#define wxUSE_RIBBON    1
+
 // Use wxPropertyGrid.
 //
 // Default is 1