expander: Update css docs
authorTimm Bäder <mail@baedert.org>
Wed, 28 Mar 2018 14:42:53 +0000 (16:42 +0200)
committerTimm Bäder <mail@baedert.org>
Wed, 28 Mar 2018 14:42:53 +0000 (16:42 +0200)
gtk/gtkexpander.c

index 3b71c92d10dea87009b605461c92d88b0d0cda34..85e2b67e1f1f6d7a6130021ef1c3d6b5b6860c2a 100644 (file)
  *
  * |[<!-- 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,