From e772082a2a7310cdef527f18d48c1aca23e93b60 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 8 Mar 2011 17:08:03 -0500 Subject: stylecontext: add a raised style class This is useful for raised elements, for example raised buttons on primary toolbars. https://bugzilla.gnome.org/show_bug.cgi?id=644248 --- gtk/gtkstylecontext.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gtk/gtkstylecontext.h') diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index ac0f12f268..805f787fd6 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -315,6 +315,14 @@ struct _GtkStyleContextClass */ #define GTK_STYLE_CLASS_ACCELERATOR "accelerator" +/** + * GTK_STYLE_CLASS_RAISED: + * + * A CSS class to match a raised control, such as a raised + * button on a toolbar. + */ +#define GTK_STYLE_CLASS_RAISED "raised" + /** * GTK_STYLE_CLASS_GRIP: * -- cgit v1.2.1