]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/choice.tex
Assert that wxEXEC_SYNC is not passed in flags to wxProcess::Open
[wxWidgets.git] / docs / latex / wx / choice.tex
index 58e07619ddc0aaa919e45f7c096ead34804be0f9..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}}
@@ -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}