X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28ca76100ebffe6698f4ee33a503b5b1c21168fc..feb6cde446a73ac2fe9ea0528d6c6eb16cc040fd:/docs/latex/wx/choice.tex?ds=inline diff --git a/docs/latex/wx/choice.tex b/docs/latex/wx/choice.tex index 58e07619dd..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}} @@ -240,6 +250,20 @@ a wxEVT\_COMMAND\_CHOICE\_SELECTED event to get emitted. \wxheading{See also} +\membersection{wxChoice::SetString}\label{wxchoicesetstring} + +\func{void}{SetString}{\param{int }{n}, \param{const wxString\& }{text}} + +Replaces the specified string in the control with another one. + +\wxheading{Parameters} + +\docparam{n}{The zero-based index of the string to replace} + +\docparam{text}{The new value for this item} + +{\bf NB:} This method is currently not implemented in wxGTK. + \helpref{wxChoice::SetStringSelection}{wxchoicesetstringselection} \membersection{wxChoice::SetStringSelection}\label{wxchoicesetstringselection}