]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/menuevt.tex
Parts of wxSizer::Show() extracted into wxSizer::GetItem() (together with documentation).
[wxWidgets.git] / docs / latex / wx / menuevt.tex
index 137b894f1614465fb8fabe8cde8e6fff0ca2ba3d..550c26608256a0551f0441e52d96c3d0b5e82567 100644 (file)
@@ -40,18 +40,29 @@ highlighted, i.e. the currently selected menu item has changed.}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxMenuEvent::wxMenuEvent}
+
+\membersection{wxMenuEvent::wxMenuEvent}\label{wxmenueventctor}
 
 \func{}{wxMenuEvent}{\param{WXTYPE }{id = 0}, \param{int }{id = 0}, \param{wxDC* }{dc = NULL}}
 
 Constructor.
 
-\membersection{wxMenuEvent::m\_menuId}
+
+\membersection{wxMenuEvent::m\_menuId}\label{wxmenueventmmenuid}
 
 \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}