summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2010-12-03 20:39:58 +0100
committerCarlos Garnacho <carlosg@gnome.org>2010-12-04 15:39:57 +0100
commit905ba2f1983877bf45bc541cf3aa9a7c5cb0936d (patch)
tree07fde597c73c691e19a9d555a2ac737674e5a76e /gtk/gtkstylecontext.h
parentb75972d0cea9243f14ed15c98a2e89552cbe560a (diff)
downloadgtk+-905ba2f1983877bf45bc541cf3aa9a7c5cb0936d.tar.gz
GtkIconFactory: add gtk_icon_set_render_icon_pixbuf()
and deprecate gtk_icon_set_render_icon().
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 132a90baf2..a67e523a83 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -399,6 +399,9 @@ void gtk_style_context_get_style (GtkStyleContext *context,
GtkIconSet * gtk_style_context_lookup_icon_set (GtkStyleContext *context,
const gchar *stock_id);
+GdkPixbuf * gtk_icon_set_render_icon_pixbuf (GtkIconSet *icon_set,
+ GtkStyleContext *context,
+ GtkIconSize size);
void gtk_style_context_set_screen (GtkStyleContext *context,
GdkScreen *screen);