stylecontext: Add GTK_STYLE_CLASS_DIM_LABEL
Fixes: https://bugzilla.gnome.org/674468
This commit is contained in:
@ -157,6 +157,16 @@ struct _GtkStyleContextClass
|
|||||||
*/
|
*/
|
||||||
#define GTK_STYLE_CLASS_CELL "cell"
|
#define GTK_STYLE_CLASS_CELL "cell"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GTK_STYLE_CLASS_DIM_LABEL:
|
||||||
|
*
|
||||||
|
* A CSS class to match dimmed labels.
|
||||||
|
*
|
||||||
|
* This should be used for toning down right aligned labels as
|
||||||
|
* compared to the entry value.
|
||||||
|
*/
|
||||||
|
#define GTK_STYLE_CLASS_DIM_LABEL "dim-label"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GTK_STYLE_CLASS_ENTRY:
|
* GTK_STYLE_CLASS_ENTRY:
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user