]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/scrolbar.h
fixed status bar positioning to work both with and without sizers (patch 1199639...
[wxWidgets.git] / include / wx / msw / scrolbar.h
index 4f45dc975bceb1ac0d9bc9aca6e84ed3482d01a6..5c269fbcde333c51f66ece81c31a08a00713f3c9 100644 (file)
@@ -57,10 +57,11 @@ public:
     virtual bool MSWOnScroll(int orientation, WXWORD wParam,
                              WXWORD pos, WXHWND control);
 
     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);
 
 
-    virtual WXHBRUSH DoMSWControlColor(WXHDC pDC, wxColour colBg, WXHWND hWnd);
-    wxSize DoGetBestSize() const;
+protected:
+    virtual wxSize DoGetBestSize() const;
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
     int m_pageSize;
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
     int m_pageSize;