stylecontext: add GTK_STYLE_CLASS_LINKED

"linked" is a style class for linked areas, such as a box containing
buttons belonging to the same control.
This commit is contained in:
Cosimo Cecchi 2011-11-28 14:40:04 -05:00
parent f920d968f6
commit 6740121fab
2 changed files with 9 additions and 0 deletions

View File

@ -5658,6 +5658,7 @@ GTK_STYLE_CLASS_TOP
GTK_STYLE_CLASS_BOTTOM
GTK_STYLE_CLASS_LEFT
GTK_STYLE_CLASS_RIGHT
GTK_STYLE_CLASS_LINKED
GTK_STYLE_REGION_COLUMN
GTK_STYLE_REGION_COLUMN_HEADER
GTK_STYLE_REGION_ROW

View File

@ -388,6 +388,14 @@ struct _GtkStyleContextClass
*/
#define GTK_STYLE_CLASS_RAISED "raised"
/**
* GTK_STYLE_CLASS_LINKED:
*
* A CSS class to match a linked area, such as a box containing buttons
* belonging to the same control.
*/
#define GTK_STYLE_CLASS_LINKED "linked"
/**
* GTK_STYLE_CLASS_GRIP:
*