]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/menu.tex
forgot to include wxControlWithItem docs
[wxWidgets.git] / docs / latex / wx / menu.tex
index 5a42e562f84cd975ecc6e3fc78acb80aec227c85..d22f10b3095cb20a204c82917f9eb4428073f48e 100644 (file)
@@ -479,13 +479,14 @@ TRUE if the menu item is enabled, FALSE otherwise.
 
 \membersection{wxMenu::Prepend}\label{wxmenuprepend}
 
-\func{bool}{Prepend}{\param{size\_t }{pos}, \param{wxMenuItem *}{item}}
+\func{bool}{Prepend}{\param{wxMenuItem *}{item}}
 
 \func{void}{Prepend}{\param{int}{ id},\rtfsp
 \param{const wxString\& }{ item}, \param{const wxString\& }{helpString = ""},\rtfsp
 \param{wxItemKind}{ kind = wxITEM\_NORMAL}}
 
-Inserts the given {\it item} at the position $0$.
+Inserts the given {\it item} at the position $0$, i.e. before all the other
+existing items.
 
 \wxheading{See also}