X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c3693e8f58dc583c48f3654559a4309e9f260c6..db7035e48a4ccc6265fa01949cb92db3c6b6c17f:/include/wx/msw/radiobox.h diff --git a/include/wx/msw/radiobox.h b/include/wx/msw/radiobox.h index 05bccdc050..6ff07ce3d9 100644 --- a/include/wx/msw/radiobox.h +++ b/include/wx/msw/radiobox.h @@ -14,7 +14,7 @@ #include "wx/statbox.h" -class WXDLLEXPORT wxSubwindows; +class WXDLLIMPEXP_FWD_CORE wxSubwindows; // ---------------------------------------------------------------------------- // wxRadioBox @@ -115,6 +115,9 @@ public: // it to behave normally virtual bool AcceptsFocus() const { return wxControl::AcceptsFocus(); } + // returns true if the platform should explicitly apply a theme border + virtual bool CanApplyThemeBorder() const { return false; } + void SetLabelFont(const wxFont& WXUNUSED(font)) {} void SetButtonFont(const wxFont& font) { SetFont(font); } @@ -155,6 +158,7 @@ protected: // the buttons we contain wxSubwindows *m_radioButtons; + wxWindowIDRef *m_radioButtonIds; // array of widths and heights of the buttons, may be wxDefaultCoord if the // corresponding quantity should be computed