]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxUSE_TOOLBOOK
authorJulian Smart <julian@anthemion.co.uk>
Mon, 30 Jan 2006 16:26:30 +0000 (16:26 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 30 Jan 2006 16:26:30 +0000 (16:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h
include/wx/setup_inc.h

index 546876a18f41a7a930e2271fceb8715d3b690d29..d6ffedfb8e4f6dec8e0165dcc2009d20426e4d7d 100644 (file)
 // 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.
 //
 // (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
 // ----------------------------------------------------------------------------
index b5b9d3b44383fdc32e9529205fd220bf86758d18..f9667f42a9860915c07cc35e3eb4d75e019fe120 100644 (file)
 // 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.
 //