]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/radiobut.h
add to GetToolkitVersion() the = NULL default values for the two arguments: they...
[wxWidgets.git] / include / wx / motif / radiobut.h
index 5c06a40deab0c54949f7535502b11ad29413d10f..fa2f449e6229b87c57615d0d642aa7417d49c651 100644 (file)
@@ -48,6 +48,8 @@ public:
     // clears the selection in the radiobuttons in the cycle
     // and returns the old selection (if any)
     wxRadioButton* ClearSelections();
+protected:
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
 private:
     wxRadioButton* AddInCycle(wxRadioButton* cycle);
     void RemoveFromCycle();