#ifndef _WX_RADIOBOX_H_
#define _WX_RADIOBOX_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "radiobox.h"
#endif
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);
int m_noRowsOrCols;
// Internal functions
+ virtual wxSize DoGetBestSize() const ;
virtual void DoSetSize(int x, int y,
int width, int height,
int sizeFlags = wxSIZE_AUTO);