]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/sngchdlg.tex
wxHtmlCell::AdjustPagebreak documented
[wxWidgets.git] / docs / latex / wx / sngchdlg.tex
index 38670320d31821441a579438f9649b2aa3a46fa3..3ca1e4a513ab6f2d8fe0f1f481136914927b8508 100644 (file)
@@ -11,6 +11,10 @@ and then pressing OK.
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/choicdlg.h>
+
 \wxheading{See also}
 
 \helpref{wxSingleChoiceDialog overview}{wxsinglechoicedialogoverview}
@@ -20,7 +24,7 @@ and then pressing OK.
 \membersection{wxSingleChoiceDialog::wxSingleChoiceDialog}\label{wxsinglechoicedialogconstr}
 
 \func{}{wxSingleChoiceDialog}{\param{wxWindow* }{parent}, \param{const wxString\& }{message},\rtfsp
-\param{const wxString\& }{caption}, \param{const int }{n}, \param{const wxString* }{choices},\rtfsp
+\param{const wxString\& }{caption}, \param{int }{n}, \param{const wxString* }{choices},\rtfsp
 \param{char**}{ clientData = NULL}, \param{long }{style = wxOK \pipe wxCANCEL \pipe wxCENTRE},\rtfsp
 \param{const wxPoint\& }{pos = wxDefaultPosition}}