summaryrefslogtreecommitdiff
path: root/gtk/gtkexpander.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-03-28 16:42:53 +0200
committerTimm Bäder <mail@baedert.org>2018-03-28 16:42:53 +0200
commit2f9790b02e2fcc1ccdea469d1a5ffaa6a713c26c (patch)
tree4ebd5ed3347d44b7b3dee7a68e747633b21b2913 /gtk/gtkexpander.c
parentc2c126276635e5028a3e9aa71fa3fac9571a0507 (diff)
downloadgtk+-2f9790b02e2fcc1ccdea469d1a5ffaa6a713c26c.tar.gz
expander: Update css docs
Diffstat (limited to 'gtk/gtkexpander.c')
-rw-r--r--gtk/gtkexpander.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c
index 3b71c92d10..85e2b67e1f 100644
--- a/gtk/gtkexpander.c
+++ b/gtk/gtkexpander.c
@@ -96,10 +96,11 @@
*
* |[<!-- language="plain" -->
* expander
- * ├── title
- * │ ├── arrow
- * │ ╰── <label widget>
- * ╰── <child>
+ * ╰── box
+ * ├── title
+ * │ ├── arrow
+ * │ ╰── <label widget>
+ * ╰── <child>
* ]|
*
* GtkExpander has three CSS nodes, the main node with the name expander,