Removed wxTB_3DBUTTONS style
This commit is contained in:
parent
f5b78dc76f
commit
1a13f8e5b7
@ -27,9 +27,6 @@ enum
|
||||
wxTB_VERTICAL = wxVERTICAL, // == 0x0008
|
||||
wxTB_LEFT = wxTB_VERTICAL,
|
||||
|
||||
// show 3D buttons (wxToolBarSimple only)
|
||||
wxTB_3DBUTTONS = 0x0010,
|
||||
|
||||
// "flat" buttons (Win32/GTK only)
|
||||
wxTB_FLAT = 0x0020,
|
||||
|
||||
|
@ -36,7 +36,6 @@ wxToolBarXmlHandler::wxToolBarXmlHandler()
|
||||
XRC_ADD_STYLE(wxTB_DOCKABLE);
|
||||
XRC_ADD_STYLE(wxTB_VERTICAL);
|
||||
XRC_ADD_STYLE(wxTB_HORIZONTAL);
|
||||
XRC_ADD_STYLE(wxTB_3DBUTTONS);
|
||||
XRC_ADD_STYLE(wxTB_TEXT);
|
||||
XRC_ADD_STYLE(wxTB_NOICONS);
|
||||
XRC_ADD_STYLE(wxTB_NODIVIDER);
|
||||
|
Loading…
Reference in New Issue
Block a user