diff options
author | Timm Bäder <mail@baedert.org> | 2018-03-28 16:42:53 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-03-28 16:42:53 +0200 |
commit | 2f9790b02e2fcc1ccdea469d1a5ffaa6a713c26c (patch) | |
tree | 4ebd5ed3347d44b7b3dee7a68e747633b21b2913 /gtk/gtkexpander.c | |
parent | c2c126276635e5028a3e9aa71fa3fac9571a0507 (diff) | |
download | gtk+-2f9790b02e2fcc1ccdea469d1a5ffaa6a713c26c.tar.gz |
expander: Update css docs
Diffstat (limited to 'gtk/gtkexpander.c')
-rw-r--r-- | gtk/gtkexpander.c | 9 |
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, |