From: Vadim Zeitlin Date: Sat, 18 Sep 2004 09:53:20 +0000 (+0000) Subject: added GetMenu() (closes bug 1026662) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/71c749e1d20dfa1dfa8e51c727562edf02cd9729 added GetMenu() (closes bug 1026662) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/menuevt.tex b/docs/latex/wx/menuevt.tex index 137b894f16..5bc1600cb8 100644 --- a/docs/latex/wx/menuevt.tex +++ b/docs/latex/wx/menuevt.tex @@ -40,18 +40,29 @@ 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}} Constructor. + \membersection{wxMenuEvent::m\_menuId} \member{int}{m\_menuId} The relevant menu identifier. + +\membersection{wxMenuEvent::GetMenu}\label{wxmenueventgetmenu} + +\constfunc{wxMenu *}{GetMenu}{\void} + +Returns the menu which is being opened or closed. This method should be only +used with the \texttt{OPEN} and \texttt{CLOSE} events. + + \membersection{wxMenuEvent::GetMenuId}\label{wxmenueventgetmenuid} \constfunc{int}{GetMenuId}{\void} @@ -59,6 +70,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}