]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/radiobox.tex
change wxTextValidator to use wxArrayString instead of wxStringList
[wxWidgets.git] / docs / latex / wx / radiobox.tex
index a12be0b4cd93393a1b7bbdaa93b4fd6c6ec95dfa..5cd773a3313397a0fd49df5ac24e98ef7f461d9b 100644 (file)
@@ -176,10 +176,6 @@ Returns the number of items in the radiobox.
 
 Returns the radiobox label.
 
-\constfunc{wxString}{GetLabel}{\param{int }{n}}
-
-Returns the label for the given button.
-
 \wxheading{Parameters}
 
 \docparam{n}{The zero-based button index.}
@@ -237,9 +233,6 @@ Returns the number of buttons in the radiobox.
 
 Sets the radiobox label.
 
-\func{void}{SetLabel}{\param{int }{n}, \param{const wxString\&}{ label}}
-
-Sets a label for a radio button.
 
 \wxheading{Parameters}