]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/control.h
use wxEventType coherently with the docs
[wxWidgets.git] / interface / wx / control.h
index 2a9f82405946a0fcd91b47cb02cd8350d9d9de87..3feb1b59b4b9f795bfea61819e8d228dc592e949 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxControl
-    @wxheader{control.h}
 
     This is the base class for a control or "widget".
 
@@ -28,7 +27,7 @@ public:
 
         @see wxCommandEvent
     */
-    void Command(wxCommandEvent& event);
+    virtual void Command(wxCommandEvent& event);
 
     /**
         Returns the control's text.
@@ -41,7 +40,7 @@ public:
     /**
         Returns the control's label without mnemonics.
     */
-    const wxString GetLabelText();
+    wxString GetLabelText() const;
 
     /**
         Returns the given @a label string without mnemonics.