]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/slider.h
implement wxBitmapButton::DoGetBestSize
[wxWidgets.git] / include / wx / slider.h
index 894b8515fa649bc537d17f636f0951e496a386cc..dfd4a63904b39480de4cd7b499c7564401db63cc 100644 (file)
@@ -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)
 };