Window.scroll

Scroll the contents of its window, both pixels and children, by the given amount. Portions of the window that the scroll operation brings in from offscreen areas are invalidated.

class Window
void
scroll
(
int dx
,
int dy
)

Parameters

dx int

Amount to scroll in the X direction

dy int

Amount to scroll in the Y direction

Meta