]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
Small speed up to fonts and support for scaling.
[wxWidgets.git] / include / wx / msw / radiobox.h
index f97606b44a6d33243d85d689cdebdf510fdf69c8..58bd4bbe01e9201b302202f752d3e447045119fb 100644 (file)
@@ -66,9 +66,9 @@ public:
     virtual int GetColumnCount() const;
     virtual int GetRowCount() const;
 
-    bool Show(bool show);
+    virtual bool Show(bool show = TRUE);
     void SetFocus();
-    bool Enable(bool enable);
+    virtual bool Enable(bool enable = TRUE);
     void SetLabelFont(const wxFont& WXUNUSED(font)) {};
     void SetButtonFont(const wxFont& font) { SetFont(font); }
 
@@ -134,6 +134,7 @@ protected:
 
 private:
     DECLARE_DYNAMIC_CLASS(wxRadioBox)
+    DECLARE_NO_COPY_CLASS(wxRadioBox)
 };
 
 #endif