]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mltchdlg.tex
apply XRCID() automatically to XRCSIZERITEM() argument (patch 1798697)
[wxWidgets.git] / docs / latex / wx / mltchdlg.tex
index e8175b2829fbd1fc9bca3e349ea1795125093155..65658fc2872c5aed7912ab8397c6e1ea2d49d36a 100644 (file)
@@ -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}}
 
@@ -86,3 +87,4 @@ Sets selected items from the array of selected items' indexes.
 \func{int}{ShowModal}{\void}
 
 Shows the dialog, returning either wxID\_OK or wxID\_CANCEL.
+