Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gdkWindowScroll: gdkWindowScroll
Description
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.
Usage
gdkWindowScroll(object, dx, dy)
Arguments
object
a
GdkWindow
dx
Amount to scroll in the X direction
dy
Amount to scroll in the Y direction