From 297fa7a3dd6f114cecc1c2f1306312599f392e23 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Tue, 30 Nov 2010 02:14:00 +0100 Subject: GtkStyleProvider: Add GtkStateFlags parameter to get_style_property(). Widget style properties can now have different values depending on the current state. --- gtk/gtkstylecontext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/gtkstylecontext.h') diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 2868c85a8c..b2dd734d10 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -424,6 +424,7 @@ void gtk_style_context_pop_animatable_region (GtkStyleContext *context); /* Semi-private API */ const GValue * _gtk_style_context_peek_style_property (GtkStyleContext *context, GType widget_type, + GtkStateFlags state, GParamSpec *pspec); void _gtk_style_context_invalidate_animation_areas (GtkStyleContext *context); void _gtk_style_context_coalesce_animation_areas (GtkStyleContext *context, -- cgit v1.2.1