wxUSE_BUTTONBAR removed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-07-23 09:21:07 +00:00
parent 8d0f1c1cbf
commit 42bbdbff31
6 changed files with 0 additions and 18 deletions

View File

@@ -524,9 +524,6 @@
#define wxUSE_TOOLBAR 1
#define wxUSE_TOOLBAR_NATIVE 1
// this setting is obsolete, value is ignored
#define wxUSE_BUTTONBAR 1
// wxNotebook is a control with several "tabs" located on one of its sides. It
// may be used ot logically organise the data presented to the user instead of
// putting everything in one huge dialog. It replaces wxTabControl and related

View File

@@ -554,9 +554,6 @@
#define wxUSE_TOOLBAR 1
#define wxUSE_TOOLBAR_NATIVE 1
// this setting is obsolete, value is ignored
#define wxUSE_BUTTONBAR 1
// wxNotebook is a control with several "tabs" located on one of its sides. It
// may be used ot logically organise the data presented to the user instead of
// putting everything in one huge dialog. It replaces wxTabControl and related

View File

@@ -483,9 +483,6 @@
#define wxUSE_TOOLBAR_NATIVE 0
#define wxUSE_TOOLBAR_SIMPLE 0
// this setting is obsolete, value is ignored
#define wxUSE_BUTTONBAR 0
// wxNotebook is a control with several "tabs" located on one of its sides. It
// may be used ot logically organise the data presented to the user instead of
// putting everything in one huge dialog. It replaces wxTabControl and related

View File

@@ -547,9 +547,6 @@
#define wxUSE_TOOLBAR 1
#define wxUSE_TOOLBAR_NATIVE 1
// this setting is obsolete, value is ignored
#define wxUSE_BUTTONBAR 1
// wxNotebook is a control with several "tabs" located on one of its sides. It
// may be used ot logically organise the data presented to the user instead of
// putting everything in one huge dialog. It replaces wxTabControl and related

View File

@@ -127,9 +127,6 @@
#define wxUSE_STOPWATCH 1
#define wxUSE_TAB_DIALOG 1
#define wxUSE_WXHTML_HELP 1
#define wxUSE_BUTTONBAR 1
// Define 1 to use buttonbar classes (enhanced toolbar
// for MS Windows)
#define wxUSE_RADIOBUTTON 1
// Define 1 to use radio button control

View File

@@ -587,9 +587,6 @@
#define wxUSE_TOOLBAR 1
#define wxUSE_TOOLBAR_NATIVE 0
// this setting is obsolete, value is ignored
#define wxUSE_BUTTONBAR 0
// wxNotebook is a control with several "tabs" located on one of its sides. It
// may be used ot logically organise the data presented to the user instead of
// putting everything in one huge dialog. It replaces wxTabControl and related