gdkWindowInvalidateRect {RGtk2} | R Documentation |
A convenience wrapper around gdkWindowInvalidateRegion
which
invalidates a rectangular region. See
gdkWindowInvalidateRegion
for details.
gdkWindowInvalidateRect(object, rect = NULL, invalidate.children)
|
[GdkWindow ] a GdkWindow |
|
[GdkRectangle ] rectangle to invalidate or NULL to invalidate the whole
window |
|
[logical] whether to also invalidate child windows |
Derived by RGtkGen from GTK+ documentation