X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a87edf286921de9b182f3d19adb6bb63ba85ebd..93ed8ff7707eec179cf99f2f2f3c36f27916b068:/include/wx/msw/radiobox.h diff --git a/include/wx/msw/radiobox.h b/include/wx/msw/radiobox.h index ac8dac414d..79b607ebbb 100644 --- a/include/wx/msw/radiobox.h +++ b/include/wx/msw/radiobox.h @@ -93,7 +93,7 @@ public: virtual wxString GetString(int n) const; virtual void SetString(int n, const wxString& label); virtual bool Enable(int n, bool enable = true); - virtual void Show(int n, bool show = true); + virtual bool Show(int n, bool show = true); virtual int GetColumnCount() const { return GetNumHor(); } virtual int GetRowCount() const { return GetNumVer(); } @@ -144,6 +144,13 @@ protected: int sizeFlags = wxSIZE_AUTO); virtual wxSize DoGetBestSize() const; +#ifndef __WXWINCE__ + virtual WXHRGN MSWGetRegionWithoutChildren(); + virtual WXLRESULT MSWWindowProc(WXUINT nMsg, + WXWPARAM wParam, + WXLPARAM lParam); +#endif // __WXWINCE__ + // the buttons we contain wxSubwindows *m_radioButtons;