gdkWindowClearArea {RGtk2}R Documentation

gdkWindowClearArea

Description

Clears an area of window to the background color or background pixmap.

Usage

gdkWindowClearArea(object, x, y, width, height)

Arguments

object

a GdkWindow

x

x coordinate of rectangle to clear

y

y coordinate of rectangle to clear

width

width of rectangle to clear

height

height of rectangle to clear

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]