]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/slider.h
Added compatibility functions for wxUSE_STL = 1:
[wxWidgets.git] / include / wx / slider.h
index 894b8515fa649bc537d17f636f0951e496a386cc..1ed1aa749f9d4f6768d0ac0994f6f367e4f32351 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     09.02.01
 // RCS-ID:      $Id$
-// Copyright:   (c) 1996-2001 wxWindows team
+// Copyright:   (c) 1996-2001 wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -80,6 +80,11 @@ public:
     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)
 };