stylecontext: add a define for an OSD style class

This commit is contained in:
Cosimo Cecchi 2012-04-19 15:01:04 -04:00
parent 00440e32a4
commit a94f4a4387
2 changed files with 9 additions and 0 deletions

View File

@ -5678,6 +5678,7 @@ GTK_STYLE_CLASS_LEFT
GTK_STYLE_CLASS_RIGHT
GTK_STYLE_CLASS_LINKED
GTK_STYLE_CLASS_ARROW
GTK_STYLE_CLASS_OSD
GTK_STYLE_REGION_COLUMN
GTK_STYLE_REGION_COLUMN_HEADER
GTK_STYLE_REGION_ROW

View File

@ -673,6 +673,14 @@ struct _GtkStyleContextClass
*/
#define GTK_STYLE_CLASS_ARROW "arrow"
/**
* GTK_STYLE_CLASS_OSD:
*
* A CSS class used when rendering an OSD (On Screen Display) element,
* on top of another container.
*/
#define GTK_STYLE_CLASS_OSD "osd"
/* Predefined set of widget regions */
/**