From 430f6ecbc3ca59aa2dec721045e668c03e2fd849 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 24 May 2011 21:29:20 -0400 Subject: [PATCH] stylecontext: add an "image" style class For images such as icons in GtkEntry widgets. --- gtk/gtkstylecontext.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 1a29c5174c..8d8f51153f 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -400,6 +400,13 @@ struct _GtkStyleContextClass */ #define GTK_STYLE_CLASS_SIDEBAR "sidebar" +/** + * GTK_STYLE_CLASS_IMAGE: + * + * A widget class defining an image, such as the icon in an entry. + */ +#define GTK_STYLE_CLASS_IMAGE "image" + /** * GTK_STYLE_CLASS_HIGHLIGHT: *