X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8771a3239e0ab9b6447ac73c3b00de4b3d7257fe..f02ff0a7bd90ab3288e7748ed0b84fa539a2efd9:/docs/latex/wx/sngchdlg.tex diff --git a/docs/latex/wx/sngchdlg.tex b/docs/latex/wx/sngchdlg.tex index ed8b0470b5..dcb28e6599 100644 --- a/docs/latex/wx/sngchdlg.tex +++ b/docs/latex/wx/sngchdlg.tex @@ -69,6 +69,10 @@ Use \helpref{wxSingleChoiceDialog::ShowModal}{wxsinglechoicedialogshowmodal} to 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}