summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-04-19 15:01:04 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-04-19 15:10:52 -0400
commita94f4a43878a0eb15f14b396a628ee4fe3581e28 (patch)
tree0288dcaf447b652874cf3f3a3fa483e81811797c /gtk/gtkstylecontext.h
parent00440e32a4bee5c996b92a1f6fe15a4548ca609c (diff)
downloadgtk+-a94f4a43878a0eb15f14b396a628ee4fe3581e28.tar.gz
stylecontext: add a define for an OSD style class
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index ff1e7f57cf..1a1f73ee19 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -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 */
/**