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
This commit is contained in:
Cosimo Cecchi 2011-03-08 17:08:03 -05:00
parent a3b2840cae
commit e772082a2a

View File

@ -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:
*