/**
@class wxControl
- @wxheader{control.h}
This is the base class for a control or "widget".
@see wxCommandEvent
*/
- void Command(wxCommandEvent& event);
+ virtual void Command(wxCommandEvent& event);
/**
Returns the control's text.
/**
Returns the control's label without mnemonics.
*/
- const wxString GetLabelText();
+ wxString GetLabelText() const;
/**
Returns the given @a label string without mnemonics.