X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/058a62b10d7b481bdfd688b922d43bca5a6ad722..b3a029f0bbf8262cfe30914790802f88608ea618:/docs/latex/wx/mltchdlg.tex diff --git a/docs/latex/wx/mltchdlg.tex b/docs/latex/wx/mltchdlg.tex index 2b5aa2e671..65658fc287 100644 --- a/docs/latex/wx/mltchdlg.tex +++ b/docs/latex/wx/mltchdlg.tex @@ -6,6 +6,7 @@ the user to select one or more. \wxheading{Derived from} \helpref{wxDialog}{wxdialog}\\ +\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\ \helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} @@ -31,7 +32,7 @@ the user to select one or more. \param{const wxString\& }{caption}, \param{const wxArrayString\& }{choices}, \param{long }{style = wxCHOICEDLG\_STYLE},\rtfsp \param{const wxPoint\& }{pos = wxDefaultPosition}} -Constructor, taking an array of wxString choices and optional client data. +Constructor taking an array of wxString choices. \wxheading{Parameters} @@ -69,13 +70,13 @@ list of strings.} \perlnote{In wxPerl there is just an array reference in place of {\tt n}.} -\membersection{wxMultiChoiceDialog::GetSelections} +\membersection{wxMultiChoiceDialog::GetSelections}\label{wxmultichoicedialoggetselections} \constfunc{wxArrayInt}{GetSelection}{\void} Returns array with indexes of selected items. -\membersection{wxMultiChoiceDialog::SetSelections} +\membersection{wxMultiChoiceDialog::SetSelections}\label{wxmultichoicedialogsetselections} \constfunc{void}{SetSelections}{\param{const wxArrayInt\&}{ selections}}