Window.endDrawFrame
void endDrawFrame(gdk.drawing_context.DrawingContext context)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.
Parameters
context | the #GdkDrawingContext created by [gdk.window.Window.beginDrawFrame] |