]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/choice.tex
Some work on GTK focus handling and events.
[wxWidgets.git] / docs / latex / wx / choice.tex
index 58e07619ddc0aaa919e45f7c096ead34804be0f9..d09ec492a4eeae6eca542bb6e045496931fb8318 100644 (file)
@@ -240,6 +240,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}