CairoContext
Superclasses: DrawContext
, Object
- Constructors:
CairoContext(**properties)
Methods
- class CairoContext
- cairo_create() Context | None
Retrieves a Cairo context to be used to draw on the
GdkSurface
ofcontext
.A call to
begin_frame
with thiscontext
must have been done or this function will returnNone
.The returned context is guaranteed to be valid until
end_frame
is called.