X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a236aa2058ccf3d36e9cafc20fa7375080c4be50..f196316400fd247a760b2ef77d5064b4e10e5471:/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; }