Github User Fetcher 1.0.0
C Application with Server and GUI
|
#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 GdkDisplay * | gdk_draw_context_get_display (GdkDrawContext *context) |
GDK_AVAILABLE_IN_ALL GdkSurface * | gdk_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_t * | gdk_draw_context_get_frame_region (GdkDrawContext *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.
#define GDK_IS_DRAW_CONTEXT | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GDK_TYPE_DRAW_CONTEXT)) |
Definition at line 33 of file gdkdrawcontext.h.
#define GDK_TYPE_DRAW_CONTEXT (gdk_draw_context_get_type ()) |
Definition at line 31 of file gdkdrawcontext.h.
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_AVAILABLE_IN_ALL GdkDisplay * gdk_draw_context_get_display | ( | GdkDrawContext * | context | ) |
GDK_DEPRECATED_IN_4_16 const cairo_region_t * gdk_draw_context_get_frame_region | ( | GdkDrawContext * | context | ) |
GDK_AVAILABLE_IN_ALL GdkSurface * gdk_draw_context_get_surface | ( | GdkDrawContext * | context | ) |
GDK_AVAILABLE_IN_ALL GType gdk_draw_context_get_type | ( | void | ) |
GDK_DEPRECATED_IN_4_16 gboolean gdk_draw_context_is_in_frame | ( | GdkDrawContext * | context | ) |