summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontextprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2014-05-10 21:50:37 +0200
committerBenjamin Otte <otte@redhat.com>2014-05-14 04:28:34 +0200
commitf8cccbad0ee7c4c29ff374ef30c0903f5b939a80 (patch)
treee158cb651bbadbfa3e135b72eb5037bd75c91292 /gtk/gtkstylecontextprivate.h
parent9619b8cff421614490d81f6bc6fe1a2ab3a0bd28 (diff)
downloadgtk+-f8cccbad0ee7c4c29ff374ef30c0903f5b939a80.tar.gz
iconhelper: Respect -gtk-icon-style
This allows styling of entry icons, treeview pixbufs and images. They can now be forced to be symbolic or regular.
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r--gtk/gtkstylecontextprivate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h
index 0db71e9935..56b658c9fa 100644
--- a/gtk/gtkstylecontextprivate.h
+++ b/gtk/gtkstylecontextprivate.h
@@ -19,6 +19,8 @@
#define __GTK_STYLE_CONTEXT_PRIVATE_H__
#include "gtkstylecontext.h"
+
+#include "gtkicontheme.h"
#include "gtkstyleproviderprivate.h"
#include "gtkbitmaskprivate.h"
#include "gtkcssvalueprivate.h"
@@ -54,6 +56,8 @@ void _gtk_style_context_get_cursor_color (GtkStyleContext
void _gtk_style_context_update_animating (GtkStyleContext *context);
+GtkIconLookupFlags _gtk_style_context_get_icon_lookup_flags (GtkStyleContext *context);
+
G_END_DECLS
#endif /* __GTK_STYLE_CONTEXT_PRIVATE_H__ */