]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/radiobox.h
set m_encoding in wxCSConv ctor from name
[wxWidgets.git] / include / wx / cocoa / radiobox.h
index 13c2391dbce9d1677c8512393a00aead10c16a9f..d8d0aafa6ba469aff6c33086e9cf896e893c59b4 100644 (file)
@@ -91,9 +91,6 @@ public:
     // change the individual radio button state
     virtual bool Enable(int n, bool enable = true);
     virtual bool Show(int n, bool show = true);
-    // layout parameters
-    virtual int GetColumnCount() const;
-    virtual int GetRowCount() const;
 protected:
     virtual wxSize DoGetBestSize() const;
 };