Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -559,7 +559,7 @@ Inserts a radio item at position $0$.
|
||||
|
||||
\membersection{wxMenu::PrependSeparator}\label{wxmenuprependseparator}
|
||||
|
||||
\func{wxMenuItem*}{PrependSeparator}{\param{size\_t }{pos}}
|
||||
\func{wxMenuItem*}{PrependSeparator}{\void}
|
||||
|
||||
Inserts a separator at position $0$.
|
||||
|
||||
@@ -686,11 +686,11 @@ menu shortcuts may cease to work.
|
||||
|
||||
\membersection{wxMenuBar::wxMenuBar}\label{wxmenubarctor}
|
||||
|
||||
\func{void}{wxMenuBar}{\param{long }{style = 0}}
|
||||
\func{}{wxMenuBar}{\param{long }{style = 0}}
|
||||
|
||||
Default constructor.
|
||||
|
||||
\func{void}{wxMenuBar}{\param{int}{ n}, \param{wxMenu*}{ menus[]}, \param{const wxString }{titles[]}}
|
||||
\func{}{wxMenuBar}{\param{int}{ n}, \param{wxMenu*}{ menus[]}, \param{const wxString }{titles[]}}
|
||||
|
||||
Construct a menu bar from arrays of menus and titles.
|
||||
|
||||
|
Reference in New Issue
Block a user