]> Pileus Git - ~andy/gtk/commitdiff
stylecontext: add GTK_STYLE_CLASS_LINKED
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 28 Nov 2011 19:40:04 +0000 (14:40 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 28 Nov 2011 19:41:48 +0000 (14:41 -0500)
"linked" is a style class for linked areas, such as a box containing
buttons belonging to the same control.

docs/reference/gtk/gtk3-sections.txt
gtk/gtkstylecontext.h

index 52f97132fe24a75909d8a8262fa8e2afa46f1e22..d843e1228341df9ad7f9785dd4cf4c95150597e1 100644 (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
index 7b5f8e891da8238aa3b239b4926a189a6e092853..30994fac9720a551fc45e592bb9a306ea3247777 100644 (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:
  *