Package: gdk

Function gdk:window-end-paint

Lambda List

gdk:window-end-paint (window)

Arguments

window -- a gdk:window object

Details

Indicates that the backing store created by the most recent call to the gdk:window-begin-paint-region function should be copied onscreen and deleted, leaving the next-most-recent backing store or no backing store at all as the active paint region. See the gdk:window-begin-paint-region function for full details.

It is an error to call this function without a matching call to the gdk:window-begin-paint-region function first.

Warning

The gdk:window-end-paint function is deprecated and should not be used in newly written code.
 

See also

#2023-2-26