]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/slider95.h
use wxTextEntry in wxTextValidator (modified patch 1821743)
[wxWidgets.git] / include / wx / msw / slider95.h
index 70ce173c7124016a3441cc5892d0d1aea1293a05..5702f1824a32f8fe915a8e85eb79085e8d04168d 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,