diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-12-16 10:55:52 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-12-16 10:58:47 -0500 |
commit | 2f544655f99361ebe1fee30f5c10ce3212461fea (patch) | |
tree | e0d9024b5caa33bf4664cac09b39fa61072afe2e /gtk/gtkpaned.c | |
parent | fe9301ac1bf272b43ec81dcf7693151d393f5db2 (diff) | |
download | gtk+-2f544655f99361ebe1fee30f5c10ce3212461fea.tar.gz |
Revise CSS node documentation
Clarify the use of brackets in the CSS node diagrams:
[] means optional nodes or classes, <> means child widgets.
Diffstat (limited to 'gtk/gtkpaned.c')
-rw-r--r-- | gtk/gtkpaned.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c index 531f5f0c70..dfab414f1d 100644 --- a/gtk/gtkpaned.c +++ b/gtk/gtkpaned.c @@ -85,7 +85,9 @@ * * |[<!-- language="plain" --> * paned - * ╰── separator[.wide] + * ├── <child> + * ├── separator[.wide] + * ╰── <child> * ]| * * GtkPaned has a main CSS node with name paned, and a subnode for |