]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/tglbtn.h
Removed wxPG_EX_LEGACY_VALIDATORS
[wxWidgets.git] / interface / wx / tglbtn.h
index c6b09ad7a5c3f5b5481a3c89c91f4d30ed7f1ae4..b99f276a6ae7b4459a7699dbb39f6f050384b1b7 100644 (file)
@@ -92,7 +92,7 @@ public:
 
         @return Returns @true if it is pressed, @false otherwise.
     */
-    bool GetValue() const;
+    virtual bool GetValue() const;
 
     /**
         Sets the toggle button to the given state. This does not cause a
@@ -101,7 +101,7 @@ public:
         @param state
             If @true, the button is pressed.
     */
-    void SetValue(bool state);
+    virtual void SetValue(bool state);
 };