X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/44178d92143eea7dfb02c13ff6f8e0d3f3671eb6..c8499e53d820ed68ad6a1e9b25d963107641af14:/docs/latex/wx/sngchdlg.tex diff --git a/docs/latex/wx/sngchdlg.tex b/docs/latex/wx/sngchdlg.tex index 661fa3220c..dcb28e6599 100644 --- a/docs/latex/wx/sngchdlg.tex +++ b/docs/latex/wx/sngchdlg.tex @@ -65,6 +65,13 @@ 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 +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}}