gdkDrawableGetVisibleRegion {RGtk2}R Documentation

gdkDrawableGetVisibleRegion

Description

Computes the region of a drawable that is potentially visible. This does not necessarily take into account if the window is obscured by other windows, but no area outside of this region is visible.

Usage

gdkDrawableGetVisibleRegion(object)

Arguments

object [GdkDrawable] a GdkDrawable

Value

[GdkRegion] a GdkRegion.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]