Window.endDrawFrame

Indicates that the drawing of the contents of window started with gdk_window_begin_frame() has been completed.

This function will take care of destroying the #GdkDrawingContext.

It is an error to call this function without a matching gdk_window_begin_frame() first.

class Window
void
endDrawFrame

Parameters

context gdk.drawing_context.DrawingContext

the #GdkDrawingContext created by gdk.window.Window.beginDrawFrame