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

a GdkWindow

dx

Amount to scroll in the X direction

dy

Amount to scroll in the Y direction

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]