]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/control.h
use wxEventType coherently with the docs
[wxWidgets.git] / interface / wx / control.h
index df89e6b455af89b521bb0c629bdcecaaae08187f..3feb1b59b4b9f795bfea61819e8d228dc592e949 100644 (file)
@@ -27,7 +27,7 @@ public:
 
         @see wxCommandEvent
     */
-    void Command(wxCommandEvent& event);
+    virtual void Command(wxCommandEvent& event);
 
     /**
         Returns the control's text.
@@ -40,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.