FOX/ObjCryst++
1.10.X (development)
|
Provides the same functionnality as wxMultiChoiceDialog, but always using a wxListBox, which is much easier when selecting a large number of successive choices (using shift-click). More...
Public Member Functions | |
wxMultiChoiceDialog_ListBox (wxWindow *parent, const wxString &message, const wxString &caption, int n, const wxString *choices) | |
wxArrayInt | GetSelections () const |
Private Attributes | |
wxListBox | mListBox |
Provides the same functionnality as wxMultiChoiceDialog, but always using a wxListBox, which is much easier when selecting a large number of successive choices (using shift-click).