X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b70b68a9ba62320a6a667f510b316219c7029d90..c52b96359b639cda516615f9433d3b20b35443b5:/docs/latex/wx/sngchdlg.tex diff --git a/docs/latex/wx/sngchdlg.tex b/docs/latex/wx/sngchdlg.tex index 67a3426939..3b0e3a5928 100644 --- a/docs/latex/wx/sngchdlg.tex +++ b/docs/latex/wx/sngchdlg.tex @@ -7,6 +7,7 @@ single-clicking and then pressing OK. \wxheading{Derived from} \helpref{wxDialog}{wxdialog}\\ +\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\ \helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} @@ -22,7 +23,7 @@ single-clicking and then pressing OK. \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxSingleChoiceDialog::wxSingleChoiceDialog}\label{wxsinglechoicedialogconstr} +\membersection{wxSingleChoiceDialog::wxSingleChoiceDialog}\label{wxsinglechoicedialogctor} \func{}{wxSingleChoiceDialog}{\param{wxWindow* }{parent}, \param{const wxString\& }{message},\rtfsp \param{const wxString\& }{caption}, \param{int }{n}, \param{const wxString* }{choices},\rtfsp @@ -77,7 +78,7 @@ list of strings.} and {\tt choices}, and the client data array, if present, must have the same length as the choices array.} -\membersection{wxSingleChoiceDialog::GetSelection} +\membersection{wxSingleChoiceDialog::GetSelection}\label{wxsinglechoicedialoggetselection} \constfunc{int}{GetSelection}{\void} @@ -89,13 +90,13 @@ Returns the index of selected item. Returns the client data associated with the selection. -\membersection{wxSingleChoiceDialog::GetStringSelection} +\membersection{wxSingleChoiceDialog::GetStringSelection}\label{wxsinglechoicedialoggetstringselection} \constfunc{wxString}{GetStringSelection}{\void} Returns the selected string. -\membersection{wxSingleChoiceDialog::SetSelection} +\membersection{wxSingleChoiceDialog::SetSelection}\label{wxsinglechoicedialogsetselection} \constfunc{void}{SetSelection}{\param{int}{ selection}}