Package: gdk

Function gdk-window-visible-region

Lambda List

gdk-window-visible-region (window)

Arguments

window -- a gdk-window object

Return Value

A cairo-region-t structure. This must be freed with the function cairo-region-destroy when you are done.

Details

Computes the region of the window 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.
 

See also

2020-9-23