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

@@ -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