]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/setup0.h
applied Otto Wyss' patch to extend wxHelpController::KeywordSearch with mode argument...
[wxWidgets.git] / include / wx / mac / setup0.h
index 4d10c59d8c5e45f71c768d136924230bc049b07a..86101d72187eda630b8c88ddd17eb8dc776cd3b3 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.
 //