]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/setup0.h
fixed gcc warnings and reformatted some pieces of code to be a bit readable
[wxWidgets.git] / include / wx / univ / setup0.h
index 4923de982d2e03f5fae8e3e5f5462a8db60867ec..736b6ae3ac017023b7824aa05a8726c1046551a9 100644 (file)
 // Recommended setting: 1
 #define wxUSE_NOTEBOOK 1
 
+// wxListbook control is similar to wxNotebook but uses wxListCtrl instead of
+// the tabs
+//
+// Default is 1.
+//
+// Recommended setting: 1
+#define wxUSE_LISTBOOK 1
+
 // wxTabDialog is a generic version of wxNotebook but it is incompatible with
 // the new class. It shouldn't be used in new code.
 //