X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e702ff0f08a54622a6b0f1e2ec39537b082c3a8e..09397bc6e9b3137904d1ddfafaa1d5f73830df60:/docs/latex/wx/menu.tex diff --git a/docs/latex/wx/menu.tex b/docs/latex/wx/menu.tex index ebaf7fb1a4..62e1684990 100644 --- a/docs/latex/wx/menu.tex +++ b/docs/latex/wx/menu.tex @@ -41,7 +41,8 @@ this window. \membersection{wxMenu::wxMenu}\label{wxmenuconstr} -\func{}{wxMenu}{\param{const wxString\& }{title = ""}, \param{const wxFunction}{ func = NULL}} +\func{}{wxMenu}{\param{const wxString\& }{title = ""}, + \param{const wxFunction}{ func = NULL}\param{long}{ style = 0}} Constructs a wxMenu object. @@ -51,6 +52,8 @@ Constructs a wxMenu object. \docparam{func}{A callback function if the menu is used as a popup using \helpref{wxWindow::PopupMenu}{wxwindowpopupmenu}.} +\docparam{style}{If set to \tt{wxMENU_TEAROFF}, the menu will be detachable.} + \pythonnote{The wxPython version of the \tt{wxMenu} constructor doesn't accept the callback argument because of reference counting issues. There is a specialized wxMenu constructor called @@ -60,6 +63,13 @@ otherwise your callback function will get dereferenced when the menu does. } +\func{}{wxMenu}{\param{long}{ style }} + +Constructs a wxMenu object. + +\wxheading{Parameters} +\docparam{style}{If set to \tt{wxMENU_TEAROFF}, the menu will be detachable.} + \membersection{wxMenu::\destruct{wxMenu}} \func{}{\destruct{wxMenu}}{\void} @@ -199,7 +209,7 @@ before matching. \helpref{wxMenu::FindItemForId}{wxmenufinditemforid} -\membersection{wxMenu::FindItemForId}\label{wxmenufinditem} +\membersection{wxMenu::FindItemForId}\label{wxmenufinditemforid} \constfunc{wxMenuItem*}{FindItemForId}{\param{int}{ id}, \param{wxMenu **}{ menuForItem = NULL}} @@ -625,6 +635,12 @@ Determines whether an item is enabled. TRUE if the item was found and is enabled, FALSE otherwise. +\membersection{wxMenuBar::Refresh}\label{wxmenubarrefresh} + +\func{void}{Refresh}{\void} + +Redraw the menu bar + \membersection{wxMenuBar::SetHelpString}\label{wxmenubarsethelpstring} \func{void}{SetHelpString}{\param{int}{ id}, \param{const wxString\& }{helpString}} @@ -681,3 +697,8 @@ Use only after the menubar has been associated with a frame. \helpref{wxMenuBar::GetLabelTop}{wxmenubargetlabeltop} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: