stylecontext: Add GTK_STYLE_CLASS_DIM_LABEL

Fixes: https://bugzilla.gnome.org/674468
This commit is contained in:
Debarshi Ray
2012-04-20 15:35:44 +02:00
parent 4e18e5f687
commit 1d5ba789d5

View File

@ -157,6 +157,16 @@ struct _GtkStyleContextClass
*/
#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:
*