]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/sngchdlg.tex
added a note that wxStringList is obsolete
[wxWidgets.git] / docs / latex / wx / sngchdlg.tex
index 62173d45057810a61b2628d78843ab8e9683fd44..dcb28e65991c3cba318c187a42b1a660dca86543 100644 (file)
@@ -65,10 +65,14 @@ Constructor, taking a string list and optional client data.
 
 Use \helpref{wxSingleChoiceDialog::ShowModal}{wxsinglechoicedialogshowmodal} to show the dialog.
 
-\pythonnote{For Python the two parametes \tt{n} and \tt{choices} are collapsed
-into a single parameter \tt{choices} which is expected to be a Python
+\pythonnote{For Python the two parametes {\tt n} and {\tt choices} are collapsed
+into a single parameter {\tt choices} which is expected to be a Python
 list of strings.}
 
+\perlnote{In wxPerl there is just an array reference in place of {\tt n}
+and {\tt choices}, and the client data array, if present, must have the
+same length as the choices array.}
+
 \membersection{wxSingleChoiceDialog::\destruct{wxSingleChoiceDialog}}
 
 \func{}{\destruct{wxSingleChoiceDialog}}{\void}