]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_BUTTONBAR removed.
authorWłodzimierz Skiba <abx@abx.art.pl>
Fri, 23 Jul 2004 09:21:07 +0000 (09:21 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Fri, 23 Jul 2004 09:21:07 +0000 (09:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/setup0.h
include/wx/msw/setup0.h
include/wx/msw/setup_microwin.h
include/wx/msw/wince/setup.h
include/wx/os2/setup0.h
include/wx/univ/setup0.h

index 4884bcaae1b87e97e0fbc07cb45b2fdc23214991..b5f6058a5933b27f70e99de5769083550a95045e 100644 (file)
 #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
index 4aa759cf35641ac763c47a8cc37359e1971682eb..c58f70ebeec4d1858c202afae0a525869338d5cb 100644 (file)
 #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
index 4d0ffb91c6140fdb31ee66ba78490983ff03d5d0..4f45bccf6453b9f0dfc546d991a6b1cb53d408cd 100644 (file)
 #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
index c6368109394b6741b6338ac85c1f63be44d35f8e..747deedc126919a32934eb16e39c03fb35c44651 100644 (file)
 #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
index 7b6675b73c787620b2086217805650ee935529e9..8dcdd0eeefb2ced9c52b0df6fdd2d66e9ad38417 100644 (file)
 #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
index 6c8867ded0c56758733782170b6fc0066102272e..a29805ee7cac1367d08c9cdb55ef8978a35d89fc 100644 (file)
 #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