X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/532da0d17f697582beff1fd7af17debf016033ff..4f7202dd939538bc4bb0655ad6f746848fd2aabf:/docs/latex/wx/choice.tex diff --git a/docs/latex/wx/choice.tex b/docs/latex/wx/choice.tex index d09ec492a4..7f909cc8ae 100644 --- a/docs/latex/wx/choice.tex +++ b/docs/latex/wx/choice.tex @@ -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}}