gdkWindowInvalidateRect {RGtk2}R Documentation

gdkWindowInvalidateRect

Description

A convenience wrapper around gdkWindowInvalidateRegion which invalidates a rectangular region. See gdkWindowInvalidateRegion for details.

Usage

gdkWindowInvalidateRect(object, rect = NULL, invalidate.children)

Arguments

object [GdkWindow] a GdkWindow
rect [GdkRectangle] rectangle to invalidate or NULL to invalidate the whole window
invalidate.children [logical] whether to also invalidate child windows

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]