stylecontext: add a primary toolbar style class

This commit is contained in:
Cosimo Cecchi 2011-03-03 10:13:10 -05:00
parent d5c4a0f503
commit e9182123a8

View File

@ -234,6 +234,13 @@ struct _GtkStyleContextClass
*/
#define GTK_STYLE_CLASS_TOOLBAR "toolbar"
/**
* GTK_STYLE_CLASS_PRIMARY_TOOLBAR:
*
* A CSS class to match primary toolbars.
*/
#define GTK_STYLE_CLASS_PRIMARY_TOOLBAR "primary-toolbar"
/**
* GTK_STYLE_CLASS_RADIO:
*