X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee4c13659b6a54d8f71e3ec9a3051f156fad9deb..60dd3c0916772e3e64fde7c83d359daae02b40a6:/include/wx/msw/gauge95.h diff --git a/include/wx/msw/gauge95.h b/include/wx/msw/gauge95.h index e7d826968b..d595242620 100644 --- a/include/wx/msw/gauge95.h +++ b/include/wx/msw/gauge95.h @@ -56,11 +56,14 @@ public: void SetDeterminateMode(); void Pulse(); + 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; - WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; - DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge95) };