From e9ac5f0244c3eed2c15dab9d6c64fffe71af422a Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 17 Oct 2005 17:11:33 +0000 Subject: [PATCH] Keep setup0.h in sync with other ports. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/palmos/setup0.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/wx/palmos/setup0.h b/include/wx/palmos/setup0.h index 473729ea37..cc94bee626 100644 --- a/include/wx/palmos/setup0.h +++ b/include/wx/palmos/setup0.h @@ -598,6 +598,14 @@ // 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. // -- 2.45.2