X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d32e78bd428286561c0db32afda4dea7e262cb84..08469b1f18dbf44abd5400ddf83a7c0e1bd65af1:/include/wx/gtk/scrolwin.h diff --git a/include/wx/gtk/scrolwin.h b/include/wx/gtk/scrolwin.h index 92ecc160d7..246e8269f7 100644 --- a/include/wx/gtk/scrolwin.h +++ b/include/wx/gtk/scrolwin.h @@ -31,17 +31,15 @@ public: protected: // this does (each) half of AdjustScrollbars() work - void DoAdjustScrollbar(GtkAdjustment *adj, + void DoAdjustScrollbar(GtkRange* range, int pixelsPerLine, int winSize, int virtSize, - int *pos, int *lines, int *linesPerPage); // and this does the same for Scroll() void DoScroll(int orient, - GtkAdjustment *adj, int pos, int pixelsPerLine, int *posOld);