X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c3693e8f58dc583c48f3654559a4309e9f260c6..a220ccb313cde370ad6bec9b2285966525cb8f92:/include/wx/msw/gauge95.h diff --git a/include/wx/msw/gauge95.h b/include/wx/msw/gauge95.h index 70390a9584..d595242620 100644 --- a/include/wx/msw/gauge95.h +++ b/include/wx/msw/gauge95.h @@ -58,6 +58,9 @@ public: 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: virtual wxSize DoGetBestSize() const;