X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a236aa2058ccf3d36e9cafc20fa7375080c4be50..3ac1094bead05e30462122d00e4859725d2ea59f:/include/wx/msw/choice.h diff --git a/include/wx/msw/choice.h b/include/wx/msw/choice.h index 3d004d2ab6..cff06ed33e 100644 --- a/include/wx/msw/choice.h +++ b/include/wx/msw/choice.h @@ -85,6 +85,9 @@ public: virtual bool MSWShouldPreProcessMessage(WXMSG *pMsg); virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; + // returns true if the platform should explicitly apply a theme border + virtual bool CanApplyThemeBorder() const { return false; } + protected: // common part of all ctors void Init() { m_lastAcceptedSelection = wxID_NONE; }