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:
Vadim Zeitlin 2007-08-06 00:59:06 +00:00
parent 58611b5a50
commit 8f68971791

View File

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