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 function gdk-window-begin-paint-region 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 function gdk-window-begin-paint-region for full details.

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

Warning

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

See also

2020-9-23