]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/setup_inc.h
Changed function to SetFitToCurrentPage
[wxWidgets.git] / include / wx / setup_inc.h
index b5b9d3b44383fdc32e9529205fd220bf86758d18..f9667f42a9860915c07cc35e3eb4d75e019fe120 100644 (file)
 // Recommended setting: 1
 #define wxUSE_TREEBOOK 1
 
+// wxToolbook control is similar to wxNotebook but uses wxToolBar instead of
+// tabs
+//
+// Default is 1.
+//
+// Recommended setting: 1
+#define wxUSE_TOOLBOOK 1
+
 // wxTabDialog is a generic version of wxNotebook but it is incompatible with
 // the new class. It shouldn't be used in new code.
 //