]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
Renamed internal GetClientWindow to GetClientAreaWindow so
[wxWidgets.git] / include / wx / msw / radiobox.h
index f97606b44a6d33243d85d689cdebdf510fdf69c8..1ba95def67121e984af75c63af8f8e11114723d7 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); }