]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/menu.tex
In DialogEd, changed Close to Destroy to make it shut down properly.
[wxWidgets.git] / docs / latex / wx / menu.tex
index c39660ccbff8dd8f6ff505b0dbf6e6e2d31d0c1d..8d2b277cf5a29d4ebeec0a86bab816cba4b69557 100644 (file)
@@ -525,6 +525,18 @@ Use only after the menubar has been associated with a frame.
 
 \helpref{wxMenuBar::SetLabelTop}{wxmenubarsetlabeltop}
 
+\membersection{wxMenuBar::GetMenu}\label{wxmenubargetmenu}
+
+\constfunc{wxMenu*}{GetMenu}{\param{int}{ menuIndex}}
+
+Returns the menu at {\it menuIndex} (zero-based).
+
+\membersection{wxMenuBar::GetMenuCount}\label{wxmenubargetmenucount}
+
+\constfunc{int}{GetMenuCount}{\void}
+
+Returns the number of menus in this menubar.
+
 \membersection{wxMenuBar::IsChecked}\label{wxmenubarischecked}
 
 \constfunc{bool}{IsChecked}{\param{int}{ id}}