From: Julian Smart Date: Mon, 30 Jan 2006 16:26:30 +0000 (+0000) Subject: Added wxUSE_TOOLBOOK X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f4edf1386a967833d37dbc0abb5d3d75f8d13488?ds=inline Added wxUSE_TOOLBOOK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 546876a18f..d6ffedfb8e 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -621,6 +621,14 @@ // 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. // @@ -1128,6 +1136,9 @@ // (notably, wxNotebook pages) #define wxUSE_UXTHEME_AUTO 1 +// Set to 1 to use InkEdit control (Tablet PC), if available +#define wxUSE_INKEDIT 0 + // ---------------------------------------------------------------------------- // Generic versions of native controls // ---------------------------------------------------------------------------- diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index b5b9d3b443..f9667f42a9 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -617,6 +617,14 @@ // 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. //