Statusbar: add 'statusbar' style class

This commit is contained in:
Lapo Calamandrei
2014-11-11 17:23:04 +01:00
parent 95aa4769f6
commit 4aca13e39e
3 changed files with 16 additions and 0 deletions

View File

@ -354,6 +354,17 @@ struct _GtkStyleContextClass
*/
#define GTK_STYLE_CLASS_INLINE_TOOLBAR "inline-toolbar"
/**
* GTK_STYLE_CLASS_STATUSBAR:
*
* A CSS class to match statusbars.
*
* This is used in #GtkStatusbar.
*
* Since: 3.16
*/
#define GTK_STYLE_CLASS_STATUSBAR "statusbar"
/**
* GTK_STYLE_CLASS_RADIO:
*