X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90b959aee428b26304ee0056864af48775051496..109c7768eb46ccbb45adc1c409fe8f6b7d799e2f:/include/wx/mac/radiobox.h diff --git a/include/wx/mac/radiobox.h b/include/wx/mac/radiobox.h index 665635334b..21910dc6f9 100644 --- a/include/wx/mac/radiobox.h +++ b/include/wx/mac/radiobox.h @@ -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);