wxChoicebook generic implementation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
// In debug mode, causes new to be defined to be WXDEBUG_NEW (see object.h). If
|
||||
// this causes problems (e.g. link errors), set this to 0. You may need to set
|
||||
// this to 0 if using templates (at least for VC++). This switch is currently
|
||||
// ignored for mingw / cygwin
|
||||
// ignored for mingw / cygwin
|
||||
//
|
||||
// Default is 0
|
||||
//
|
||||
@@ -542,6 +542,14 @@
|
||||
// Recommended setting: 1
|
||||
#define wxUSE_LISTBOOK 1
|
||||
|
||||
// wxChoicebook control is similar to wxNotebook but uses wxChoice instead of
|
||||
// the tabs
|
||||
//
|
||||
// Default is 1.
|
||||
//
|
||||
// Recommended setting: 1
|
||||
#define wxUSE_CHOICEBOOK 1
|
||||
|
||||
// wxTabDialog is a generic version of wxNotebook but it is incompatible with
|
||||
// the new class. It shouldn't be used in new code.
|
||||
//
|
||||
@@ -768,7 +776,7 @@
|
||||
// wxWebKit is a wrapper for Apple's WebKit framework, use it if you want to embed
|
||||
// the Safari browser control
|
||||
// 0 by default because of Jaguar compatibility problems
|
||||
#define wxUSE_WEBKIT 0
|
||||
#define wxUSE_WEBKIT 0
|
||||
|
||||
// OpenGL canvas
|
||||
#define wxUSE_GLCANVAS 0
|
||||
|
Reference in New Issue
Block a user