Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkrender.h File Reference
#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)
 

Function Documentation

◆ gtk_render_activity()

GDK_DEPRECATED_IN_4_10 void gtk_render_activity ( GtkStyleContext * context,
cairo_t * cr,
double x,
double y,
double width,
double height )

◆ gtk_render_arrow()

GDK_DEPRECATED_IN_4_10 void gtk_render_arrow ( GtkStyleContext * context,
cairo_t * cr,
double angle,
double x,
double y,
double size )

◆ gtk_render_background()

GDK_DEPRECATED_IN_4_10 void gtk_render_background ( GtkStyleContext * context,
cairo_t * cr,
double x,
double y,
double width,
double height )

◆ gtk_render_check()

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 )

◆ gtk_render_expander()

GDK_DEPRECATED_IN_4_10 void gtk_render_expander ( GtkStyleContext * context,
cairo_t * cr,
double x,
double y,
double width,
double height )

◆ gtk_render_focus()

GDK_DEPRECATED_IN_4_10 void gtk_render_focus ( GtkStyleContext * context,
cairo_t * cr,
double x,
double y,
double width,
double height )

◆ gtk_render_frame()

GDK_DEPRECATED_IN_4_10 void gtk_render_frame ( GtkStyleContext * context,
cairo_t * cr,
double x,
double y,
double width,
double height )

◆ gtk_render_handle()

GDK_DEPRECATED_IN_4_10 void gtk_render_handle ( GtkStyleContext * context,
cairo_t * cr,
double x,
double y,
double width,
double height )

◆ gtk_render_icon()

GDK_DEPRECATED_IN_4_10 void gtk_render_icon ( GtkStyleContext * context,
cairo_t * cr,
GdkTexture * texture,
double x,
double y )

◆ gtk_render_layout()

GDK_DEPRECATED_IN_4_10 void gtk_render_layout ( GtkStyleContext * context,
cairo_t * cr,
double x,
double y,
PangoLayout * layout )

◆ gtk_render_line()

GDK_DEPRECATED_IN_4_10 void gtk_render_line ( GtkStyleContext * context,
cairo_t * cr,
double x0,
double y0,
double x1,
double y1 )

◆ gtk_render_option()

GDK_DEPRECATED_IN_4_10 void gtk_render_option ( GtkStyleContext * context,
cairo_t * cr,
double x,
double y,
double width,
double height )

◆ gtk_snapshot_render_background()

GDK_DEPRECATED_IN_4_10 void gtk_snapshot_render_background ( GtkSnapshot * snapshot,
GtkStyleContext * context,
double x,
double y,
double width,
double height )

◆ gtk_snapshot_render_focus()

GDK_DEPRECATED_IN_4_10 void gtk_snapshot_render_focus ( GtkSnapshot * snapshot,
GtkStyleContext * context,
double x,
double y,
double width,
double height )

◆ gtk_snapshot_render_frame()

GDK_DEPRECATED_IN_4_10 void gtk_snapshot_render_frame ( GtkSnapshot * snapshot,
GtkStyleContext * context,
double x,
double y,
double width,
double height )

◆ gtk_snapshot_render_insertion_cursor()

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 )

◆ gtk_snapshot_render_layout()

GDK_DEPRECATED_IN_4_10 void gtk_snapshot_render_layout ( GtkSnapshot * snapshot,
GtkStyleContext * context,
double x,
double y,
PangoLayout * layout )