diff options
author | Benjamin Otte <otte@redhat.com> | 2014-06-15 17:57:59 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2014-10-03 06:18:05 +0200 |
commit | d3c147a62da873c9460c62a475905c7216bc71b2 (patch) | |
tree | d7ff8943a853c1e4393feab2aaf6d31de088a5b4 /gtk/gtkstylecontext.h | |
parent | 763aa4db948fd80736a26aa40819c189951d4203 (diff) | |
download | gtk+-d3c147a62da873c9460c62a475905c7216bc71b2.tar.gz |
stylecontext: Split render functions out into gtkrender.[ch]
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 119 |
1 files changed, 0 insertions, 119 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 7f11b1ad4f..653a52c67f 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -1118,125 +1118,6 @@ GDK_AVAILABLE_IN_ALL void gtk_style_context_set_background (GtkStyleContext *context, GdkWindow *window); -/* Paint methods */ -GDK_AVAILABLE_IN_ALL -void gtk_render_check (GtkStyleContext *context, - cairo_t *cr, - gdouble x, - gdouble y, - gdouble width, - gdouble height); -GDK_AVAILABLE_IN_ALL -void gtk_render_option (GtkStyleContext *context, - cairo_t *cr, - gdouble x, - gdouble y, - gdouble width, - gdouble height); -GDK_AVAILABLE_IN_ALL -void gtk_render_arrow (GtkStyleContext *context, - cairo_t *cr, - gdouble angle, - gdouble x, - gdouble y, - gdouble size); -GDK_AVAILABLE_IN_ALL -void gtk_render_background (GtkStyleContext *context, - cairo_t *cr, - gdouble x, - gdouble y, - gdouble width, - gdouble height); -GDK_AVAILABLE_IN_ALL -void gtk_render_frame (GtkStyleContext *context, - cairo_t *cr, - gdouble x, - gdouble y, - gdouble width, - gdouble height); -GDK_AVAILABLE_IN_ALL -void gtk_render_expander (GtkStyleContext *context, - cairo_t *cr, - gdouble x, - gdouble y, - gdouble width, - gdouble height); -GDK_AVAILABLE_IN_ALL -void gtk_render_focus (GtkStyleContext *context, - cairo_t *cr, - gdouble x, - gdouble y, - gdouble width, - gdouble height); -GDK_AVAILABLE_IN_ALL -void gtk_render_layout (GtkStyleContext *context, - cairo_t *cr, - gdouble x, - gdouble y, - PangoLayout *layout); -GDK_AVAILABLE_IN_ALL -void gtk_render_line (GtkStyleContext *context, - cairo_t *cr, - gdouble x0, - gdouble y0, - gdouble x1, - gdouble y1); -GDK_AVAILABLE_IN_ALL -void gtk_render_slider (GtkStyleContext *context, - cairo_t *cr, - gdouble x, - gdouble y, - gdouble width, - gdouble height, - GtkOrientation orientation); -GDK_AVAILABLE_IN_ALL -void gtk_render_frame_gap (GtkStyleContext *context, - cairo_t *cr, - gdouble x, - gdouble y, - gdouble width, - gdouble height, - GtkPositionType gap_side, - gdouble xy0_gap, - gdouble xy1_gap); -GDK_AVAILABLE_IN_ALL -void gtk_render_extension (GtkStyleContext *context, - cairo_t *cr, - gdouble x, - gdouble y, - gdouble width, - gdouble height, - GtkPositionType gap_side); -GDK_AVAILABLE_IN_ALL -void gtk_render_handle (GtkStyleContext *context, - cairo_t *cr, - gdouble x, - gdouble y, - gdouble width, - gdouble height); -GDK_AVAILABLE_IN_ALL -void gtk_render_activity (GtkStyleContext *context, - cairo_t *cr, - gdouble x, - gdouble y, - gdouble width, - gdouble height); -GDK_DEPRECATED_IN_3_10_FOR(gtk_icon_theme_load_icon) -GdkPixbuf * gtk_render_icon_pixbuf (GtkStyleContext *context, - const GtkIconSource *source, - GtkIconSize size); -GDK_AVAILABLE_IN_3_2 -void gtk_render_icon (GtkStyleContext *context, - cairo_t *cr, - GdkPixbuf *pixbuf, - gdouble x, - gdouble y); -GDK_AVAILABLE_IN_3_10 -void gtk_render_icon_surface (GtkStyleContext *context, - cairo_t *cr, - cairo_surface_t *surface, - gdouble x, - gdouble y); GDK_AVAILABLE_IN_3_4 void gtk_render_insertion_cursor (GtkStyleContext *context, |