]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/slider95.h
OS/2 fix
[wxWidgets.git] / include / wx / msw / slider95.h
index 91364bb3746c6a5a09ae0924c649d8bc5be032b7..68033d6c793e4e8143a18bf6d80d4cc6a3cd8d80 100644 (file)
@@ -84,6 +84,10 @@ public:
     WXHWND GetEditValue() const;
     virtual bool ContainsHWND(WXHWND hWnd) const;
 
+    // we should let background show through the slider (and its labels)
+    virtual bool HasTransparentBackground() { return true; }
+
+
     void Command(wxCommandEvent& event);
     virtual bool MSWOnScroll(int orientation, WXWORD wParam,
                              WXWORD pos, WXHWND control);