]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/radiobox.h
avoid warning for duplicate defined wxEntry when compiling with the Apple
[wxWidgets.git] / include / wx / mac / radiobox.h
index 632495c5df69d2a2ca1ee33396bb9c0f5822dc37..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);