X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..f196316400fd247a760b2ef77d5064b4e10e5471:/include/wx/msw/slider95.h diff --git a/include/wx/msw/slider95.h b/include/wx/msw/slider95.h index 70ce173c71..5702f1824a 100644 --- a/include/wx/msw/slider95.h +++ b/include/wx/msw/slider95.h @@ -83,6 +83,8 @@ public: // we should let background show through the slider (and its labels) virtual bool HasTransparentBackground() { return true; } + // returns true if the platform should explicitly apply a theme border + virtual bool CanApplyThemeBorder() const { return false; } void Command(wxCommandEvent& event); virtual bool MSWOnScroll(int orientation, WXWORD wParam,