gdkWindowScroll {RGtk2}R Documentation

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 [GdkWindow] a GdkWindow
dx [integer] Amount to scroll in the X direction
dy [integer] Amount to scroll in the Y direction

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]