]>
Commit | Line | Data |
---|---|---|
04bf08b7 | 1 | \section{\class{wxMultiChoiceDialog}}\label{wxmultichoicedialog} |
a660d684 KB |
2 | |
3 | This class represents a dialog that shows a list of strings, and allows | |
4 | the user to select one or more. | |
5 | ||
a660d684 KB |
6 | \wxheading{Derived from} |
7 | ||
8 | \helpref{wxDialog}{wxdialog}\\ | |
9 | \helpref{wxWindow}{wxwindow}\\ | |
10 | \helpref{wxEvtHandler}{wxevthandler}\\ | |
11 | \helpref{wxObject}{wxobject} | |
12 | ||
954b8ae6 JS |
13 | \wxheading{Include files} |
14 | ||
15 | <wx/choicdlg.h> | |
16 | ||
a660d684 KB |
17 | \wxheading{See also} |
18 | ||
04bf08b7 | 19 | \helpref{wxMultiChoiceDialog overview}{wxmultichoicedialogoverview} |
a660d684 KB |
20 | |
21 | \latexignore{\rtfignore{\wxheading{Members}}} | |
22 |