]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/choice.tex
corrected initialization order of MLTE
[wxWidgets.git] / docs / latex / wx / choice.tex
index d09ec492a4eeae6eca542bb6e045496931fb8318..7f909cc8aebcc60cfd4de509332fd0a2c131e304 100644 (file)
@@ -119,6 +119,16 @@ Clears the strings from the choice item.
 
 Creates the choice for two-step construction. See \helpref{wxChoice::wxChoice}{wxchoiceconstr}.
 
+\membersection{wxChoice::Delete}\label{wxchoicedelete}
+
+\func{void}{Delete}{\param{int }{n}}
+
+Deletes the item with the given index from the control.
+
+\wxheading{Parameters}
+
+\docparam{n}{The item to delete.}
+
 \membersection{wxChoice::FindString}\label{wxchoicefindstring}
 
 \constfunc{int}{FindString}{\param{const wxString\& }{string}}