Package: gdk

Function gdk:draw-context-end-frame

Lambda List

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

Arguments

context -- a gdk:draw-context object

Details

Ends a drawing operation started with the gdk:draw-context-begin-frame function and makes the drawing available on screen. See that function for more details about drawing.

When using a gdk:gl-context object, this function may call the glFlush() function implicitly before returning. It is not recommended to call the glFlush() function explicitly before calling this function.

Warning

This function is deprecated since 4.16. Drawing directly to the surface is no longer recommended. Use the gsk:render-node and gsk:renderer API.
 

See also

#2024-11-7