GtkStyleContext: Add gtk_render_icon_pixbuf()

This function is similar to gtk_style_render_icon(), which is now
implemented on top of this one.
This commit is contained in:
Carlos Garnacho
2010-11-03 21:14:08 +01:00
parent 06c8857191
commit a23863211b
5 changed files with 156 additions and 102 deletions

View File

@ -157,6 +157,10 @@ struct _GtkThemingEngineClass
gdouble y,
gdouble width,
gdouble height);
GdkPixbuf * (* render_icon_pixbuf) (GtkThemingEngine *engine,
const GtkIconSource *source,
GtkIconSize size);
};
GType gtk_theming_engine_get_type (void) G_GNUC_CONST;