Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <cairo.h>
#include <pango/pango.h>
#include <gdk/gdk.h>
#include <gtk/gtkenums.h>
#include <gtk/gtktypes.h>
#include <gtk/gtksnapshot.h>
Go to the source code of this file.
Functions | |
G_BEGIN_DECLS GDK_DEPRECATED_IN_4_10 void | gtk_render_check (GtkStyleContext *context, cairo_t *cr, double x, double y, double width, double height) |
GDK_DEPRECATED_IN_4_10 void | gtk_render_option (GtkStyleContext *context, cairo_t *cr, double x, double y, double width, double height) |
GDK_DEPRECATED_IN_4_10 void | gtk_render_arrow (GtkStyleContext *context, cairo_t *cr, double angle, double x, double y, double size) |
GDK_DEPRECATED_IN_4_10 void | gtk_render_background (GtkStyleContext *context, cairo_t *cr, double x, double y, double width, double height) |
GDK_DEPRECATED_IN_4_10 void | gtk_render_frame (GtkStyleContext *context, cairo_t *cr, double x, double y, double width, double height) |
GDK_DEPRECATED_IN_4_10 void | gtk_render_expander (GtkStyleContext *context, cairo_t *cr, double x, double y, double width, double height) |
GDK_DEPRECATED_IN_4_10 void | gtk_render_focus (GtkStyleContext *context, cairo_t *cr, double x, double y, double width, double height) |
GDK_DEPRECATED_IN_4_10 void | gtk_render_layout (GtkStyleContext *context, cairo_t *cr, double x, double y, PangoLayout *layout) |
GDK_DEPRECATED_IN_4_10 void | gtk_render_line (GtkStyleContext *context, cairo_t *cr, double x0, double y0, double x1, double y1) |
GDK_DEPRECATED_IN_4_10 void | gtk_render_handle (GtkStyleContext *context, cairo_t *cr, double x, double y, double width, double height) |
GDK_DEPRECATED_IN_4_10 void | gtk_render_activity (GtkStyleContext *context, cairo_t *cr, double x, double y, double width, double height) |
GDK_DEPRECATED_IN_4_10 void | gtk_render_icon (GtkStyleContext *context, cairo_t *cr, GdkTexture *texture, double x, double y) |
GDK_DEPRECATED_IN_4_10 void | gtk_snapshot_render_background (GtkSnapshot *snapshot, GtkStyleContext *context, double x, double y, double width, double height) |
GDK_DEPRECATED_IN_4_10 void | gtk_snapshot_render_frame (GtkSnapshot *snapshot, GtkStyleContext *context, double x, double y, double width, double height) |
GDK_DEPRECATED_IN_4_10 void | gtk_snapshot_render_focus (GtkSnapshot *snapshot, GtkStyleContext *context, double x, double y, double width, double height) |
GDK_DEPRECATED_IN_4_10 void | gtk_snapshot_render_layout (GtkSnapshot *snapshot, GtkStyleContext *context, double x, double y, PangoLayout *layout) |
GDK_DEPRECATED_IN_4_10 void | gtk_snapshot_render_insertion_cursor (GtkSnapshot *snapshot, GtkStyleContext *context, double x, double y, PangoLayout *layout, int index, PangoDirection direction) |
GDK_DEPRECATED_IN_4_10 void gtk_render_activity | ( | GtkStyleContext * | context, |
cairo_t * | cr, | ||
double | x, | ||
double | y, | ||
double | width, | ||
double | height ) |
GDK_DEPRECATED_IN_4_10 void gtk_render_arrow | ( | GtkStyleContext * | context, |
cairo_t * | cr, | ||
double | angle, | ||
double | x, | ||
double | y, | ||
double | size ) |
GDK_DEPRECATED_IN_4_10 void gtk_render_background | ( | GtkStyleContext * | context, |
cairo_t * | cr, | ||
double | x, | ||
double | y, | ||
double | width, | ||
double | height ) |
G_BEGIN_DECLS GDK_DEPRECATED_IN_4_10 void gtk_render_check | ( | GtkStyleContext * | context, |
cairo_t * | cr, | ||
double | x, | ||
double | y, | ||
double | width, | ||
double | height ) |
GDK_DEPRECATED_IN_4_10 void gtk_render_expander | ( | GtkStyleContext * | context, |
cairo_t * | cr, | ||
double | x, | ||
double | y, | ||
double | width, | ||
double | height ) |
GDK_DEPRECATED_IN_4_10 void gtk_render_focus | ( | GtkStyleContext * | context, |
cairo_t * | cr, | ||
double | x, | ||
double | y, | ||
double | width, | ||
double | height ) |
GDK_DEPRECATED_IN_4_10 void gtk_render_frame | ( | GtkStyleContext * | context, |
cairo_t * | cr, | ||
double | x, | ||
double | y, | ||
double | width, | ||
double | height ) |
GDK_DEPRECATED_IN_4_10 void gtk_render_handle | ( | GtkStyleContext * | context, |
cairo_t * | cr, | ||
double | x, | ||
double | y, | ||
double | width, | ||
double | height ) |
GDK_DEPRECATED_IN_4_10 void gtk_render_icon | ( | GtkStyleContext * | context, |
cairo_t * | cr, | ||
GdkTexture * | texture, | ||
double | x, | ||
double | y ) |
GDK_DEPRECATED_IN_4_10 void gtk_render_layout | ( | GtkStyleContext * | context, |
cairo_t * | cr, | ||
double | x, | ||
double | y, | ||
PangoLayout * | layout ) |
GDK_DEPRECATED_IN_4_10 void gtk_render_line | ( | GtkStyleContext * | context, |
cairo_t * | cr, | ||
double | x0, | ||
double | y0, | ||
double | x1, | ||
double | y1 ) |
GDK_DEPRECATED_IN_4_10 void gtk_render_option | ( | GtkStyleContext * | context, |
cairo_t * | cr, | ||
double | x, | ||
double | y, | ||
double | width, | ||
double | height ) |
GDK_DEPRECATED_IN_4_10 void gtk_snapshot_render_background | ( | GtkSnapshot * | snapshot, |
GtkStyleContext * | context, | ||
double | x, | ||
double | y, | ||
double | width, | ||
double | height ) |
GDK_DEPRECATED_IN_4_10 void gtk_snapshot_render_focus | ( | GtkSnapshot * | snapshot, |
GtkStyleContext * | context, | ||
double | x, | ||
double | y, | ||
double | width, | ||
double | height ) |
GDK_DEPRECATED_IN_4_10 void gtk_snapshot_render_frame | ( | GtkSnapshot * | snapshot, |
GtkStyleContext * | context, | ||
double | x, | ||
double | y, | ||
double | width, | ||
double | height ) |
GDK_DEPRECATED_IN_4_10 void gtk_snapshot_render_insertion_cursor | ( | GtkSnapshot * | snapshot, |
GtkStyleContext * | context, | ||
double | x, | ||
double | y, | ||
PangoLayout * | layout, | ||
int | index, | ||
PangoDirection | direction ) |
GDK_DEPRECATED_IN_4_10 void gtk_snapshot_render_layout | ( | GtkSnapshot * | snapshot, |
GtkStyleContext * | context, | ||
double | x, | ||
double | y, | ||
PangoLayout * | layout ) |