summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontextprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2014-05-19 15:33:28 +0200
committerBenjamin Otte <otte@redhat.com>2014-05-24 16:12:20 +0200
commit434f91feff8e59d78d4b9bdb5b17d520a6236fe1 (patch)
treee14b69880cb33b2d4b5cc142843dd0084cd6662c /gtk/gtkstylecontextprivate.h
parent4f89eb05cf8a09a1ce1de4870fdc4395645a0bdf (diff)
downloadgtk+-434f91feff8e59d78d4b9bdb5b17d520a6236fe1.tar.gz
spinner: Implement clip
We now allow you to gtk-icon-transform() the spinner outside of the spinners allocation.
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r--gtk/gtkstylecontextprivate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h
index 56b658c9fa..1fbe2695f6 100644
--- a/gtk/gtkstylecontextprivate.h
+++ b/gtk/gtkstylecontextprivate.h
@@ -56,6 +56,12 @@ void _gtk_style_context_get_cursor_color (GtkStyleContext
void _gtk_style_context_update_animating (GtkStyleContext *context);
+void _gtk_style_context_get_icon_extents (GtkStyleContext *context,
+ GdkRectangle *extents,
+ gint x,
+ gint y,
+ gint width,
+ gint height);
GtkIconLookupFlags _gtk_style_context_get_icon_lookup_flags (GtkStyleContext *context);
G_END_DECLS