rename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxToolBook-specific and documented it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -99,7 +99,7 @@ bool wxToolbook::Create(wxWindow *parent,
|
||||
// TODO: make more configurable
|
||||
|
||||
#if defined(__WXMAC__) && wxUSE_TOOLBAR && wxUSE_BMPBUTTON
|
||||
if (style & wxBK_BUTTONBAR)
|
||||
if (style & wxTBK_BUTTONBAR)
|
||||
{
|
||||
m_bookctrl = new wxButtonToolBar
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user