Class
GdkCairoContext
[−]
Description [src]
abstract class Gdk.CairoContext : Gdk.DrawContext
{
/* No available fields */
}
Represents the platform-specific draw context.
GdkCairoContext
s are created for a surface using
gdk_surface_create_cairo_context()
, and the context
can then be used to draw on that surface.
[−]
Instance methods
gdk_cairo_context_cairo_create
Retrieves a Cairo context to be used to draw on the GdkSurface
of context
.
deprecated: 4.18
[+]