summaryrefslogtreecommitdiff
path: root/gtk/gtkbox.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-11-19 07:07:26 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-11-19 07:07:26 -0500
commit95df0fb6f5ad8fb24a0c99e593c17a20782ef307 (patch)
tree8f250c538872d43f318385590db5951e7dcc0cf3 /gtk/gtkbox.c
parent86764aeb1cc598de4b4ec1893740c10eef8cf9b1 (diff)
downloadgtk+-95df0fb6f5ad8fb24a0c99e593c17a20782ef307.tar.gz
box: Use an element name
Diffstat (limited to 'gtk/gtkbox.c')
-rw-r--r--gtk/gtkbox.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c
index ab0ce031f6..945f928fa5 100644
--- a/gtk/gtkbox.c
+++ b/gtk/gtkbox.c
@@ -71,6 +71,10 @@
*
* Note that a single-row or single-column #GtkGrid provides exactly
* the same functionality as #GtkBox.
+ *
+ * # CSS names
+ *
+ * GtkBox uses a single CSS node with name box.
*/
#include "config.h"
@@ -343,6 +347,7 @@ gtk_box_class_init (GtkBoxClass *class)
gtk_container_class_install_child_properties (container_class, LAST_CHILD_PROP, child_props);
gtk_widget_class_set_accessible_role (widget_class, ATK_ROLE_FILLER);
+ gtk_widget_class_set_css_name (widget_class, "box");
}
static void