Create(parent, id, pos, size, choices, style, validator, name);
}
- ~wxChoice();
+ virtual ~wxChoice();
bool Create( wxWindow *parent, wxWindowID id,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
void Clear();
int GetSelection() const;
- int GetCurrentSelection() const { return GetSelection(); }
virtual void SetSelection(int n);
virtual unsigned int GetCount() const;