]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/sngchdlg.tex
moved GetRed() in its correct place in alphabetical order
[wxWidgets.git] / docs / latex / wx / sngchdlg.tex
index dcb28e65991c3cba318c187a42b1a660dca86543..dc20408a6869d7111e5c5897bb586d9f73b0ed43 100644 (file)
@@ -30,12 +30,12 @@ and then pressing OK.
 
 Constructor, taking an array of wxString choices and optional client data.
 
-\func{}{wxSingleChoiceDialog}{\param{wxWindow* }{parent}, \param{const wxString\& }{message},\rtfsp
-\param{const wxString\& }{caption}, \param{const wxStringList\& }{choices},\rtfsp
-\param{void**}{ clientData = NULL}, \param{long }{style = wxOK \pipe wxCANCEL \pipe wxCENTRE},\rtfsp
-\param{const wxPoint\& }{pos = wxDefaultPosition}}
-
-Constructor, taking a string list and optional client data.
+%\func{}{wxSingleChoiceDialog}{\param{wxWindow* }{parent}, \param{const wxString\& }{message},\rtfsp
+%\param{const wxString\& }{caption}, \param{const wxStringList\& }{choices},\rtfsp
+%\param{void**}{ clientData = NULL}, \param{long }{style = wxOK \pipe wxCANCEL \pipe wxCENTRE},\rtfsp
+%\param{const wxPoint\& }{pos = wxDefaultPosition}}
+%
+%Constructor, taking a string list and optional client data.
 
 \wxheading{Parameters}
 
@@ -65,7 +65,7 @@ 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
+\pythonnote{For Python the two parameters {\tt n} and {\tt choices} are collapsed
 into a single parameter {\tt choices} which is expected to be a Python
 list of strings.}