// Modified by:
// Created: 09.02.01
// RCS-ID: $Id$
-// Copyright: (c) 1996-2001 wxWindows team
+// Copyright: (c) 1996-2001 wxWidgets team
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
virtual int GetSelStart() const { return GetMax(); }
virtual void SetSelection(int WXUNUSED(min), int WXUNUSED(max)) { }
+
+ virtual void ApplyParentThemeBackground(const wxColour& bg)
+ { SetBackgroundColour(bg); }
+
+
private:
DECLARE_NO_COPY_CLASS(wxSliderBase)
};