]> git.saurik.com Git - wxWidgets.git/commitdiff
added SetString docs
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 11 Feb 2002 21:27:27 +0000 (21:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 11 Feb 2002 21:27:27 +0000 (21:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/choice.tex
docs/latex/wx/combobox.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}
index e0a17ea3d5f736de0bea139c831ce3ff248deec1..1d2b124cda8a382fdeb2a7e246f05886c0a32ab0 100644 (file)
@@ -327,6 +327,20 @@ Selects the text between the two positions, in the combobox text field.
 \pythonnote{The second form of this method is called {\tt SetMark} in
 wxPython.}
 
+\membersection{wxComboBox::SetString}\label{wxcomboboxsetstring}
+
+\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.
+
 \membersection{wxComboBox::SetValue}\label{wxcomboboxsetvalue}
 
 \func{void}{SetValue}{\param{const wxString\& }{text}}