]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/scrolbar.h
added ping location for IRIX
[wxWidgets.git] / include / wx / msw / scrolbar.h
index 719576135ab4b24281a813cf3224f29801756770..5c269fbcde333c51f66ece81c31a08a00713f3c9 100644 (file)
@@ -57,9 +57,11 @@ public:
     virtual bool MSWOnScroll(int orientation, WXWORD wParam,
                              WXWORD pos, WXHWND control);
 
-protected:
+    // override wxControl version to not use solid background here
+    virtual WXHBRUSH MSWControlColor(WXHDC pDC, WXHWND hWnd);
 
-    wxSize DoGetBestSize() const;
+protected:
+    virtual wxSize DoGetBestSize() const;
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
     int m_pageSize;