X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..908eeca88dee75d5ac3ba10d539fb7e0f5387d2c:/include/wx/msw/slider95.h diff --git a/include/wx/msw/slider95.h b/include/wx/msw/slider95.h index 70ce173c71..08cf96528a 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, @@ -114,9 +116,6 @@ protected: virtual void DoMoveWindow(int x, int y, int width, int height); virtual wxSize DoGetBestSize() const; - virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } - - // the labels windows, if any wxSubwindows *m_labels;