Sets our main struct and passes it to the parent class.
Retrieves a Cairo context to be used to draw on the GdkSurface of @context.
Get the main Gtk struct
the main Gtk struct as a void*
the main Gtk struct
the main Gtk struct
Get the main Gtk struct
the main Gtk struct as a void*
Indicates that you are beginning the process of redrawing @region on the @context's surface.
Ends a drawing operation started with gdk_draw_context_begin_frame().
Retrieves the GdkDisplay 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.
GdkCairoContext is an object representing the platform-specific draw context.
GdkCairoContexts are created for a surface using [method@Gdk.Surface.create_cairo_context], and the context can then be used to draw on that surface.