diff options
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r-- | gtk/gtkstylecontextprivate.h | 6 |
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 |