X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2c2afc91be4bdb6e036516785f334ddb54afa0c..419237157d2f750f629e24ac97ede6afb01e921f:/docs/latex/wx/menuevt.tex?ds=sidebyside diff --git a/docs/latex/wx/menuevt.tex b/docs/latex/wx/menuevt.tex index 137b894f16..3b403278f7 100644 --- a/docs/latex/wx/menuevt.tex +++ b/docs/latex/wx/menuevt.tex @@ -40,17 +40,21 @@ highlighted, i.e. the currently selected menu item has changed.} \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxMenuEvent::wxMenuEvent} -\func{}{wxMenuEvent}{\param{WXTYPE }{id = 0}, \param{int }{id = 0}, \param{wxDC* }{dc = NULL}} +\membersection{wxMenuEvent::wxMenuEvent}\label{wxmenueventctor} + +\func{}{wxMenuEvent}{\param{WXTYPE }{id = 0}, \param{int }{id = 0}, \param{wxMenu* }{menu = NULL}} Constructor. -\membersection{wxMenuEvent::m\_menuId} -\member{int}{m\_menuId} +\membersection{wxMenuEvent::GetMenu}\label{wxmenueventgetmenu} + +\constfunc{wxMenu *}{GetMenu}{\void} + +Returns the menu which is being opened or closed. This method should only be +used with the \texttt{OPEN} and \texttt{CLOSE} events. -The relevant menu identifier. \membersection{wxMenuEvent::GetMenuId}\label{wxmenueventgetmenuid} @@ -59,6 +63,7 @@ The relevant menu identifier. Returns the menu identifier associated with the event. This method should be only used with the {\tt HIGHLIGHT} events. + \membersection{wxMenuEvent::IsPopup}\label{wxmenueventispopup} \constfunc{bool}{IsPopup}{\void} @@ -66,6 +71,6 @@ only used with the {\tt HIGHLIGHT} events. Returns {\tt true} if the menu which is being opened or closed is a popup menu, {\tt false} if it is a normal one. -This method should be only used with the {\tt OPEN} and {\tt CLOSE} events. +This method should only be used with the {\tt OPEN} and {\tt CLOSE} events.