]> git.saurik.com Git - wxWidgets.git/commit - interface/wx/toolbar.h
Make wxToolBar styles consistent and add wxTB_DEFAULT_STYLE.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 31 Mar 2013 01:12:27 +0000 (01:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 31 Mar 2013 01:12:27 +0000 (01:12 +0000)
commitf75b1bd31cd26232b750615e6a3d18f69e844866
treeb16a40d957ff46a1ceed1a77ca242434fc121197
parent00a399c062ce76fbfa9ea0bc2c208a9a144a7528
Make wxToolBar styles consistent and add wxTB_DEFAULT_STYLE.

Don't include wxBORDER_NONE in neither wxToolBar ctor and Create() nor
wxFrame::CreateToolBar() flags parameter, override GetDefaultBorder() in
wxToolBar itself instead to use the border style appropriate for the current
platform by default. This has the same effect -- the default border style is
used unless another one is explicitly specified -- but is more clear and
consistent.

Also add wxTB_DEFAULT_STYLE for consistency with the other classes.

Closes #15037.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
include/wx/gtk/toolbar.h
include/wx/gtk1/toolbar.h
include/wx/motif/toolbar.h
include/wx/msw/toolbar.h
include/wx/msw/wince/tbarwce.h
include/wx/os2/toolbar.h
include/wx/osx/toolbar.h
include/wx/tbarbase.h
include/wx/toolbar.h
interface/wx/frame.h
interface/wx/toolbar.h
src/common/framecmn.cpp