From 42bbdbff319e194d4a201021ed4930bf9cba300d Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 23 Jul 2004 09:21:07 +0000 Subject: [PATCH] wxUSE_BUTTONBAR removed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/setup0.h | 3 --- include/wx/msw/setup0.h | 3 --- include/wx/msw/setup_microwin.h | 3 --- include/wx/msw/wince/setup.h | 3 --- include/wx/os2/setup0.h | 3 --- include/wx/univ/setup0.h | 3 --- 6 files changed, 18 deletions(-) diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index 4884bcaae1..b5f6058a59 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -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 diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 4aa759cf35..c58f70ebee 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -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 diff --git a/include/wx/msw/setup_microwin.h b/include/wx/msw/setup_microwin.h index 4d0ffb91c6..4f45bccf64 100644 --- a/include/wx/msw/setup_microwin.h +++ b/include/wx/msw/setup_microwin.h @@ -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 diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index c636810939..747deedc12 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -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 diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index 7b6675b73c..8dcdd0eeef 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -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 diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 6c8867ded0..a29805ee7c 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -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 -- 2.45.2