]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/menuitem.tex
wxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platform...
[wxWidgets.git] / docs / latex / wx / menuitem.tex
index a3ba832f3b481d95ef406b0bcc927464ba1eb87a..8c0aedbb2322618dfbfe03df9cdf780de4a1721e 100644 (file)
@@ -23,7 +23,7 @@ wxOwnerDrawn (Windows only)\\
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
-\membersection{wxMenuItem::wxMenuItem}\label{wxmenuitemconstr}
+\membersection{wxMenuItem::wxMenuItem}\label{wxmenuitemctor}
 
 \func{}{wxMenuItem}{\param{wxMenu*}{ parentMenu = NULL}, \param{int}{ id = wxID\_SEPARATOR},
  \param{const wxString\& }{text = ""},  \param{const wxString\& }{helpString = ""},
@@ -49,7 +49,7 @@ ampersand character in the menu item text, the ampersand must be doubled.}
 \docparam{subMenu}{If non-NULL, indicates that the menu item is a submenu.}
 
 
-\membersection{wxMenuItem::\destruct{wxMenuItem}}
+\membersection{wxMenuItem::\destruct{wxMenuItem}}\label{wxmenuitemdtor}
 
 \func{}{\destruct{wxMenuItem}}{\void}
 
@@ -220,6 +220,13 @@ Returns true if the item is enabled.
 Returns true if the item is a separator.
 
 
+\membersection{wxMenuItem::IsSubMenu}\label{wxmenuitemissubmenu}
+
+\constfunc{bool}{IsSubMenu}{\void}
+
+Returns true if the item is a submenu.
+
+
 \membersection{wxMenuItem::SetBackgroundColour}\label{wxmenuitemsetbackgroundcolour}
 
 \constfunc{void}{SetBackgroundColour}{\param{const wxColour\& }{colour}}