use wxBORDER_NONE instead of wxNO_BORDER
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
58611b5a50
commit
8f68971791
@ -141,7 +141,7 @@ Default constructor.
|
||||
\func{}{wxToolBar}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id},
|
||||
\param{const wxPoint\& }{pos = wxDefaultPosition},
|
||||
\param{const wxSize\& }{size = wxDefaultSize},
|
||||
\param{long }{style = wxTB\_HORIZONTAL \pipe wxNO\_BORDER},
|
||||
\param{long }{style = wxTB\_HORIZONTAL \pipe wxBORDER\_NONE},
|
||||
\param{const wxString\& }{name = wxPanelNameStr}}
|
||||
|
||||
Constructs a toolbar.
|
||||
|
Loading…
Reference in New Issue
Block a user