Package: gdk

Function gdk-window-end-draw-frame

Lambda List

gdk-window-end-draw-frame (window context)

Arguments

window -- a gdk-window object
context -- the gdk-drawing-contect object created by the function gdk-window-begin-draw-frame

Details

Indicates that the drawing of the contents of window started with the function gdk-window-begin-draw-frame has been completed.

This function will take care of destroying the gdk-drawing-context object.

It is an error to call this function without a matching call of the function gdk-window-begin-draw-frame first.

Since 3.22
 

See also

2020-9-23