X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d94de683a60b20153591cc3f8f52a97cf9ce9453..f944aec0cf131c1be0b8c127ba1ecdbc8410c9b2:/include/wx/msw/button.h diff --git a/include/wx/msw/button.h b/include/wx/msw/button.h index 33d8272b2b..f7c34eae62 100644 --- a/include/wx/msw/button.h +++ b/include/wx/msw/button.h @@ -58,6 +58,9 @@ public: virtual bool MSWOnDraw(WXDRAWITEMSTRUCT *item); 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; } + private: void MakeOwnerDrawn();