]> 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 f7bb99c4e4822ee02e02b82449d952efe10b6935..d8d0aafa6ba469aff6c33086e9cf896e893c59b4 100644 (file)
@@ -90,10 +90,7 @@ public:
     virtual void SetString(int n, const wxString& label);
     // change the individual radio button state
     virtual bool Enable(int n, bool enable = true);
-    virtual void Show(int n, bool show = true);
-    // layout parameters
-    virtual int GetColumnCount() const;
-    virtual int GetRowCount() const;
+    virtual bool Show(int n, bool show = true);
 protected:
     virtual wxSize DoGetBestSize() const;
 };