]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/sngchdlg.tex
Typo correction
[wxWidgets.git] / docs / latex / wx / sngchdlg.tex
index 67a34269396dccce78663cfdb766e2e07583475f..8723281602b6c942b9a4b48e9b73b72904e1110e 100644 (file)
@@ -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}}