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

Go to the source code of this file.

Macros

#define GDK_TYPE_DRAW_CONTEXT   (gdk_draw_context_get_type ())
 
#define GDK_DRAW_CONTEXT(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GDK_TYPE_DRAW_CONTEXT, GdkDrawContext))
 
#define GDK_IS_DRAW_CONTEXT(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GDK_TYPE_DRAW_CONTEXT))
 

Functions

GDK_AVAILABLE_IN_ALL GType gdk_draw_context_get_type (void) G_GNUC_CONST
 
GDK_AVAILABLE_IN_ALL GdkDisplaygdk_draw_context_get_display (GdkDrawContext *context)
 
GDK_AVAILABLE_IN_ALL GdkSurfacegdk_draw_context_get_surface (GdkDrawContext *context)
 
GDK_DEPRECATED_IN_4_16 void gdk_draw_context_begin_frame (GdkDrawContext *context, const cairo_region_t *region)
 
GDK_DEPRECATED_IN_4_16 void gdk_draw_context_end_frame (GdkDrawContext *context)
 
GDK_DEPRECATED_IN_4_16 gboolean gdk_draw_context_is_in_frame (GdkDrawContext *context)
 
GDK_DEPRECATED_IN_4_16 const cairo_region_tgdk_draw_context_get_frame_region (GdkDrawContext *context)
 

Macro Definition Documentation

◆ GDK_DRAW_CONTEXT

#define GDK_DRAW_CONTEXT ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GDK_TYPE_DRAW_CONTEXT, GdkDrawContext))

Definition at line 32 of file gdkdrawcontext.h.

◆ GDK_IS_DRAW_CONTEXT

#define GDK_IS_DRAW_CONTEXT ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GDK_TYPE_DRAW_CONTEXT))

Definition at line 33 of file gdkdrawcontext.h.

◆ GDK_TYPE_DRAW_CONTEXT

#define GDK_TYPE_DRAW_CONTEXT   (gdk_draw_context_get_type ())

Definition at line 31 of file gdkdrawcontext.h.

Function Documentation

◆ gdk_draw_context_begin_frame()

GDK_DEPRECATED_IN_4_16 void gdk_draw_context_begin_frame ( GdkDrawContext * context,
const cairo_region_t * region )

◆ gdk_draw_context_end_frame()

GDK_DEPRECATED_IN_4_16 void gdk_draw_context_end_frame ( GdkDrawContext * context)

◆ gdk_draw_context_get_display()

GDK_AVAILABLE_IN_ALL GdkDisplay * gdk_draw_context_get_display ( GdkDrawContext * context)

◆ gdk_draw_context_get_frame_region()

GDK_DEPRECATED_IN_4_16 const cairo_region_t * gdk_draw_context_get_frame_region ( GdkDrawContext * context)

◆ gdk_draw_context_get_surface()

GDK_AVAILABLE_IN_ALL GdkSurface * gdk_draw_context_get_surface ( GdkDrawContext * context)

◆ gdk_draw_context_get_type()

GDK_AVAILABLE_IN_ALL GType gdk_draw_context_get_type ( void )

◆ gdk_draw_context_is_in_frame()

GDK_DEPRECATED_IN_4_16 gboolean gdk_draw_context_is_in_frame ( GdkDrawContext * context)