X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11f4a34413ae1495a9ca2c812b00da86d90eee25..820a7a1b226803bc7b5ff4e23647dc1c875de956:/include/wx/palmos/radiobox.h diff --git a/include/wx/palmos/radiobox.h b/include/wx/palmos/radiobox.h index c69f7a951f..337e52a69f 100644 --- a/include/wx/palmos/radiobox.h +++ b/include/wx/palmos/radiobox.h @@ -100,7 +100,7 @@ public: virtual bool Enable(int n, bool enable = true); virtual bool Show(bool show = true); - virtual void Show(int n, bool show = true); + virtual bool Show(int n, bool show = true); virtual void SetLabel(const wxString& label); virtual wxString GetLabel(); @@ -137,9 +137,6 @@ public: int GetNumVer() const; int GetNumHor() const; - virtual void ApplyParentThemeBackground(const wxColour& bg) - { SetBackgroundColour(bg); } - protected: // we can't compute our best size before the items are added to the control virtual void SetInitialBestSize(const wxSize& WXUNUSED(size)) { } @@ -163,7 +160,7 @@ protected: private: void Init(); - wxRadioButton *GetRadioButton(int i); + wxRadioButton *GetRadioButton(int i) const; wxPoint m_pos; wxSize m_size;