void Scroll (int x, int y, Bool refresh)
Scrolls to the given x and y values, which are in scrollbar units. If refresh is TRUE, the buffer is immediately redrawn.
void Scroll (int x, int y)
Calls Scroll(x, y, TRUE);