Added wxUSE_TOOLBOOK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -621,6 +621,14 @@
|
|||||||
// Recommended setting: 1
|
// Recommended setting: 1
|
||||||
#define wxUSE_TREEBOOK 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
|
// wxTabDialog is a generic version of wxNotebook but it is incompatible with
|
||||||
// the new class. It shouldn't be used in new code.
|
// the new class. It shouldn't be used in new code.
|
||||||
//
|
//
|
||||||
@@ -1128,6 +1136,9 @@
|
|||||||
// (notably, wxNotebook pages)
|
// (notably, wxNotebook pages)
|
||||||
#define wxUSE_UXTHEME_AUTO 1
|
#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
|
// Generic versions of native controls
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
@@ -617,6 +617,14 @@
|
|||||||
// Recommended setting: 1
|
// Recommended setting: 1
|
||||||
#define wxUSE_TREEBOOK 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
|
// wxTabDialog is a generic version of wxNotebook but it is incompatible with
|
||||||
// the new class. It shouldn't be used in new code.
|
// the new class. It shouldn't be used in new code.
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user