Retrieves a Cairo context to be used to draw on the gdk.surface.Surface of context.
Indicates that you are beginning the process of redrawing region on the context's surface.
Ends a drawing operation started with gdk.draw_context.DrawContext.beginFrame.
Retrieves the gdk.display.Display the context is created for
Retrieves the region that is currently being repainted.
Retrieves the surface that context is bound to.
Returns true if context is in the process of drawing to its surface.
gdk.cairo_context.CairoContext is an object representing the platform-specific draw context.
gdk.cairo_context.CairoContexts are created for a surface using gdk.surface.Surface.createCairoContext, and the context can then be used to draw on that surface.