]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/scrolwin.h
allow passing -1 range to SetScrollbar() to indicate the the scrollbar should be...
[wxWidgets.git] / include / wx / generic / scrolwin.h
index 9b734990757dea84b161b6fb12e4ef2c061ced46..5ffb3caac0c72bbcc180f1a2b4871f2f4ba519de 100644 (file)
@@ -35,9 +35,10 @@ private:
     void DoAdjustScrollbar(int orient,
                            int clientSize,
                            int virtSize,
-                           int& pixelsPerUnit,
+                           int pixelsPerUnit,
                            int& scrollUnits,
                            int& scrollPosition,
+                           int& scrollLinesPerPage,
                            wxScrollbarVisibility visibility);