X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/667601991b0e113aebc5b931dea1e82b0026c41b..0f6858b69e4699b196e98937aa5509e37a504e30:/docs/latex/wx/menu.tex diff --git a/docs/latex/wx/menu.tex b/docs/latex/wx/menu.tex index 6e0f65b9a9..72c93feb33 100644 --- a/docs/latex/wx/menu.tex +++ b/docs/latex/wx/menu.tex @@ -702,7 +702,7 @@ menu shortcuts may cease to work. Default constructor. -\func{}{wxMenuBar}{\param{int}{ n}, \param{wxMenu*}{ menus[]}, \param{const wxString }{titles[]}} +\func{}{wxMenuBar}{\param{size\_t}{ n}, \param{wxMenu*}{ menus[]}, \param{const wxString }{titles[]}, \param{long }{style = 0}} Construct a menu bar from arrays of menus and titles. @@ -718,10 +718,10 @@ 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. -Use wxMenuBar.Append instead.} +Use \helpref{wxMenuBar::Append}{wxmenubarappend} instead.} \perlnote{wxPerl only supports the first constructor: -use {\tt Append} instead.} +use \helpref{wxMenuBar::Append}{wxmenubarappend} instead.} \membersection{wxMenuBar::\destruct{wxMenuBar}}\label{wxmenubardtor}