Add a label style class

This commit is contained in:
Matthias Clasen
2014-10-04 21:35:36 -04:00
parent f2cd7f151e
commit 75bcecb363
3 changed files with 16 additions and 0 deletions

View File

@ -176,6 +176,17 @@ struct _GtkStyleContextClass
*/
#define GTK_STYLE_CLASS_ENTRY "entry"
/**
* GTK_STYLE_CLASS_LABEL:
*
* A CSS class to match labels.
*
* This is used by #GtkLabel.
*
* Since: 3.16
*/
#define GTK_STYLE_CLASS_LABEL "label"
/**
* GTK_STYLE_CLASS_COMBOBOX_ENTRY:
*