X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b70b68a9ba62320a6a667f510b316219c7029d90..380a5dd80316202b472967e898feba1386ea5345:/docs/latex/wx/sngchdlg.tex?ds=inline diff --git a/docs/latex/wx/sngchdlg.tex b/docs/latex/wx/sngchdlg.tex index 67a3426939..8723281602 100644 --- a/docs/latex/wx/sngchdlg.tex +++ b/docs/latex/wx/sngchdlg.tex @@ -22,7 +22,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 +77,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 +89,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}}