summaryrefslogtreecommitdiff
path: root/gtk/gtktoolitemgroup.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-10-31 21:02:36 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-10-31 21:02:36 -0400
commit7568d17a1507de88cbaa6264bacf825c0ff60350 (patch)
tree8fd2ef3afe67cac3267329125a6902e5890b35f2 /gtk/gtktoolitemgroup.c
parentcacc63ea4b887da72a07a938ab9a0cd59d8100e5 (diff)
downloadgtk+-7568d17a1507de88cbaa6264bacf825c0ff60350.tar.gz
toolpalette: Use element names
Give the GtkToolPalette and GtkToolItemGroup the element names toolpalette and toolitemgroup.
Diffstat (limited to 'gtk/gtktoolitemgroup.c')
-rw-r--r--gtk/gtktoolitemgroup.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtktoolitemgroup.c b/gtk/gtktoolitemgroup.c
index 1b734b55b7..7d362b2b6a 100644
--- a/gtk/gtktoolitemgroup.c
+++ b/gtk/gtktoolitemgroup.c
@@ -48,6 +48,10 @@
* #GtkToolItems to a palette like container with different
* categories and drag and drop support.
*
+ * # CSS nodes
+ *
+ * GtkToolItemGroup has a single CSS node named toolitemgroup.
+ *
* Since: 2.20
*/
@@ -1684,6 +1688,8 @@ gtk_tool_item_group_class_init (GtkToolItemGroupClass *cls)
G_MAXINT,
0,
GTK_PARAM_READWRITE));
+
+ gtk_widget_class_set_css_name (wclass, "toolitemgroup");
}
/**