documented wxMB_DOCKABLE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -485,7 +485,7 @@ by the application frame.
|
|||||||
|
|
||||||
\membersection{wxMenuBar::wxMenuBar}\label{wxmenubarconstr}
|
\membersection{wxMenuBar::wxMenuBar}\label{wxmenubarconstr}
|
||||||
|
|
||||||
\func{void}{wxMenuBar}{\void}
|
\func{void}{wxMenuBar}{\param{long }{style = 0}}
|
||||||
|
|
||||||
Default constructor.
|
Default constructor.
|
||||||
|
|
||||||
@@ -502,6 +502,8 @@ menu bar.}
|
|||||||
|
|
||||||
\docparam{titles}{An array of title strings. Deallocate this array after creating the menu bar.}
|
\docparam{titles}{An array of title strings. Deallocate this array after creating the menu bar.}
|
||||||
|
|
||||||
|
\docparam{style}{If {\tt wxMB_DOCKABLE} the menu bar can be detached (wxGTK only).}
|
||||||
|
|
||||||
\pythonnote{Only the default constructor is supported in wxPython.
|
\pythonnote{Only the default constructor is supported in wxPython.
|
||||||
Use wxMenuBar.Append instead.}
|
Use wxMenuBar.Append instead.}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user