]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/radiobut.h
Fixed wxPGMultiButton (event handling, FinalizePosition() -> Finalize(), no longer...
[wxWidgets.git] / interface / wx / radiobut.h
index dfce977c5067eea1d67c371097d4c6190081f599..5fe292f85b712fbad0b6893ea819ee19dd8183c1 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxRadioButton
-    @wxheader{radiobut.h}
 
     A radio button item is a button which usually denotes one of several
     mutually exclusive options. It has a text label next to a (usually) round
@@ -89,7 +88,7 @@ public:
     /**
         Destructor, destroying the radio button item.
     */
-    ~wxRadioButton();
+    virtual ~wxRadioButton();
 
     /**
         Creates the choice for two-step construction. See wxRadioButton() for
@@ -106,7 +105,7 @@ public:
     /**
         Returns @true if the radio button is depressed, @false otherwise.
     */
-    bool GetValue() const;
+    virtual bool GetValue() const;
 
     /**
         Sets the radio button to selected or deselected status. This does not cause a