gdkWindowScroll: gdkWindowScroll

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

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

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkWindowScroll in RGtk2...