FOX/ObjCryst++  1.10.X (development)
ObjCryst::wxMultiChoiceDialog_ListBox Class Reference

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...

+ Inheritance diagram for ObjCryst::wxMultiChoiceDialog_ListBox:
+ Collaboration diagram for ObjCryst::wxMultiChoiceDialog_ListBox:

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
 

Detailed Description

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).

Definition at line 56 of file wxCryst.h.


The documentation for this class was generated from the following files: