Drawable.getVisibleRegion

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.

class Drawable
getVisibleRegion
()

Return Value

Type: Region

a GdkRegion. This must be freed with gdk_region_destroy() when you are done.

Meta