]> git.saurik.com Git - wxWidgets.git/commitdiff
Keep setup0.h in sync with other ports.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 17 Oct 2005 17:11:33 +0000 (17:11 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 17 Oct 2005 17:11:33 +0000 (17:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/palmos/setup0.h

index 473729ea37e8e4bbf00cbacf0aa32c60aecfb67f..cc94bee626ce32e5e8c46fd068c1ffa712dbbf50 100644 (file)
 // Recommended setting: 1
 #define wxUSE_CHOICEBOOK 0
 
+// wxTreebook control is similar to wxNotebook but uses wxTreeCtrl instead of
+// the tabs
+//
+// Default is 1.
+//
+// Recommended setting: 1
+#define wxUSE_TREEBOOK 0
+
 // wxTabDialog is a generic version of wxNotebook but it is incompatible with
 // the new class. It shouldn't be used in new code.
 //