\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}
\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}}
\func{int}{ShowModal}{\void}
Shows the dialog, returning either wxID\_OK or wxID\_CANCEL.
+