Class
Gdk.CairoContext
Description [src]
abstract class Gdk.CairoContext : Gdk.DrawContext {
/* No available fields */
}
GdkCairoContext
is an object representing 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.
Ancestors
- GdkDrawContext
- GObject
Instance methods
gdk_cairo_context_cairo_create
Retrieves a Cairo context to be used to draw on the GdkSurface
of context
.
Methods inherited from GdkDrawContext (6)
gdk_draw_context_begin_frame
Indicates that you are beginning the process of redrawing region
on the context
‘s surface.
gdk_draw_context_end_frame
Ends a drawing operation started with gdk_draw_context_begin_frame()
.
gdk_draw_context_get_display
Retrieves the GdkDisplay
the context
is created for
gdk_draw_context_get_frame_region
Retrieves the region that is currently being repainted.
gdk_draw_context_get_surface
Retrieves the surface that context
is bound to.
gdk_draw_context_is_in_frame
Returns TRUE
if context
is in the process of drawing to its surface.