Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gdkcairocontext.h File Reference
#include <gdk/gdktypes.h>

Go to the source code of this file.

Macros

#define GDK_TYPE_CAIRO_CONTEXT   (gdk_cairo_context_get_type ())
 
#define GDK_CAIRO_CONTEXT(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GDK_TYPE_CAIRO_CONTEXT, GdkCairoContext))
 
#define GDK_IS_CAIRO_CONTEXT(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GDK_TYPE_CAIRO_CONTEXT))
 
#define GDK_CAIRO_ERROR   (gdk_cairo_error_quark ())
 

Functions

GDK_AVAILABLE_IN_ALL GType gdk_cairo_context_get_type (void) G_GNUC_CONST
 
GDK_AVAILABLE_IN_ALL cairo_tgdk_cairo_context_cairo_create (GdkCairoContext *self)
 

Macro Definition Documentation

◆ GDK_CAIRO_CONTEXT

#define GDK_CAIRO_CONTEXT ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GDK_TYPE_CAIRO_CONTEXT, GdkCairoContext))

Definition at line 32 of file gdkcairocontext.h.

◆ GDK_CAIRO_ERROR

#define GDK_CAIRO_ERROR   (gdk_cairo_error_quark ())

Definition at line 35 of file gdkcairocontext.h.

◆ GDK_IS_CAIRO_CONTEXT

#define GDK_IS_CAIRO_CONTEXT ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GDK_TYPE_CAIRO_CONTEXT))

Definition at line 33 of file gdkcairocontext.h.

◆ GDK_TYPE_CAIRO_CONTEXT

#define GDK_TYPE_CAIRO_CONTEXT   (gdk_cairo_context_get_type ())

Definition at line 31 of file gdkcairocontext.h.

Function Documentation

◆ gdk_cairo_context_cairo_create()

GDK_AVAILABLE_IN_ALL cairo_t * gdk_cairo_context_cairo_create ( GdkCairoContext * self)

◆ gdk_cairo_context_get_type()

GDK_AVAILABLE_IN_ALL GType gdk_cairo_context_get_type ( void )