diff --git a/include/wx/msw/slider95.h b/include/wx/msw/slider95.h index 91364bb374..68033d6c79 100644 --- a/include/wx/msw/slider95.h +++ b/include/wx/msw/slider95.h @@ -84,6 +84,10 @@ public: WXHWND GetEditValue() const; virtual bool ContainsHWND(WXHWND hWnd) const; + // we should let background show through the slider (and its labels) + virtual bool HasTransparentBackground() { return true; } + + void Command(wxCommandEvent& event); virtual bool MSWOnScroll(int orientation, WXWORD wParam, WXWORD pos, WXHWND control);