]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/radiobox.h
added definition of TARGET_CARBON when compiling with non generated setup.h
[wxWidgets.git] / include / wx / mac / radiobox.h
index 665635334b94fa45a3c7f55152f984f4b604a46f..5e0f3644e07d87d388c9f0d2e42e4f6553b7bb45 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_RADIOBOX_H_
 #define _WX_RADIOBOX_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "radiobox.h"
 #endif
 
@@ -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);