Package: gdk

Function gdk:window-update-area

Lambda List

gdk:window-update-area (window)

Arguments

window -- a gdk:window object

Return Value

The cairo:region-t update area for window.

Details

Transfers ownership of the update area from window to the caller of the function. That is, after calling this function, window will no longer have an invalid/dirty region; the update area is removed from window and handed to you. If a window has no update area, the gdk:window-update-area function returns nil. You are responsible for calling the cairo:region-destroy function on the returned region if it is non-nil.
 

See also

#2023-2-26