]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/slider95.h
GTK+ doesn't like slider with min=max values
[wxWidgets.git] / include / wx / msw / slider95.h
index 70ce173c7124016a3441cc5892d0d1aea1293a05..08cf96528a69e9978f3d83dc410f0823e100b630 100644 (file)
@@ -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;