Add a label style class
This commit is contained in:
@ -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:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user