Package: gdk
Function gdk:window-clip-region
Lambda Listgdk:window-clip-region (window) ArgumentsReturn Value A cairo:region-t instance. This must be freed with the cairo:region-destroy function when you are done. Details
Computes the region of a window that potentially can be written to by
drawing primitives.
This region may not take into account other factors such as if the window is
obscured by other windows, but no area outside of this region will be affected
by drawing primitives. | See also |
#2023-2-26