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