]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/setup0.h
Introduced invalidation of ranges for later optimization code
[wxWidgets.git] / include / wx / univ / setup0.h
index 1c2f618990961884ab8d877801bcbc569063734b..b22c5318d923001e63b14cd59bf321007d2cafac 100644 (file)
 // Recommended setting: 1
 #define wxUSE_CHOICEBOOK 1
 
+// wxTreebook control is similar to wxNotebook but uses wxTreeCtrl instead of
+// the tabs
+//
+// Default is 1.
+//
+// Recommended setting: 1
+#define wxUSE_TREEBOOK 1
+
 // wxTabDialog is a generic version of wxNotebook but it is incompatible with
 // the new class. It shouldn't be used in new code.
 //