Added some missing settings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -181,6 +181,13 @@
|
|||||||
// global features
|
// global features
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
// Set wxUSE_EXTENDED_RTTI to 1 to use extended RTTI
|
||||||
|
//
|
||||||
|
// Default is 0
|
||||||
|
//
|
||||||
|
// Recommended setting: 0
|
||||||
|
#define wxUSE_EXTENDED_RTTI 0
|
||||||
|
|
||||||
// Set wxUSE_STL to 1 to derive wxList(Foo) and wxArray(Foo) from
|
// Set wxUSE_STL to 1 to derive wxList(Foo) and wxArray(Foo) from
|
||||||
// std::list<Foo*> and std::vector<Foo*>, with a compatibility interface,
|
// std::list<Foo*> and std::vector<Foo*>, with a compatibility interface,
|
||||||
// and for wxHashMap to be implemented with templates.
|
// and for wxHashMap to be implemented with templates.
|
||||||
@@ -427,6 +434,14 @@
|
|||||||
// wxWave class
|
// wxWave class
|
||||||
#define wxUSE_WAVE 1
|
#define wxUSE_WAVE 1
|
||||||
|
|
||||||
|
// XML parsing classes. Note that their API will change in the future, so
|
||||||
|
// using wxXmlDocument and wxXmlNode in your app is not recommended.
|
||||||
|
//
|
||||||
|
// Default is 1
|
||||||
|
//
|
||||||
|
// Recommended setting: 1 (needed by XRC)
|
||||||
|
#define wxUSE_XML 1
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Individual GUI controls
|
// Individual GUI controls
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
@@ -528,6 +543,14 @@
|
|||||||
// Recommended setting: 1
|
// Recommended setting: 1
|
||||||
#define wxUSE_NOTEBOOK 1
|
#define wxUSE_NOTEBOOK 1
|
||||||
|
|
||||||
|
// wxListbook control is similar to wxNotebook but uses wxListCtrl instead of
|
||||||
|
// the tabs
|
||||||
|
//
|
||||||
|
// Default is 1.
|
||||||
|
//
|
||||||
|
// Recommended setting: 1
|
||||||
|
#define wxUSE_LISTBOOK 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