]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/radiobox.h
Added wx/listbase.h with wxListCtrl types, so we can
[wxWidgets.git] / include / wx / mac / radiobox.h
index 665635334b94fa45a3c7f55152f984f4b604a46f..21910dc6f917d134512365dcea91f0d39a7ec713 100644 (file)
@@ -58,10 +58,10 @@ public:
     virtual int GetRowCount() const ;
 
 
-       bool Enable(bool enable);
-       wxString GetLabel() const;
-       void SetLabel(const wxString& label) ;
-       bool Show(bool show);
+       virtual bool Enable(bool enable = TRUE);
+       virtual wxString GetLabel() const;
+       virtual void SetLabel(const wxString& label) ;
+       virtual bool Show(bool show = TRUE);
 
 // Other external functions 
        void Command(wxCommandEvent& event);
@@ -80,6 +80,7 @@ protected:
        int               m_noRowsOrCols;
 
 // Internal functions 
+    virtual wxSize DoGetBestSize() const ;
        virtual void DoSetSize(int x, int y,
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);