X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..f8b13b5868b380ba53a0c030d6349f72dc4a9fae:/include/wx/msw/slider95.h?ds=sidebyside diff --git a/include/wx/msw/slider95.h b/include/wx/msw/slider95.h index a1891f8d89..08cf96528a 100644 --- a/include/wx/msw/slider95.h +++ b/include/wx/msw/slider95.h @@ -12,7 +12,7 @@ #ifndef _WX_SLIDER95_H_ #define _WX_SLIDER95_H_ -class WXDLLEXPORT wxSubwindows; +class WXDLLIMPEXP_FWD_CORE wxSubwindows; // Slider class WXDLLEXPORT wxSlider : public wxSliderBase @@ -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;