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/gtkflowbox.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/gtkflowbox.c')
-rw-r--r-- | gtk/gtkflowbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c index 018804dd74..358321976e 100644 --- a/gtk/gtkflowbox.c +++ b/gtk/gtkflowbox.c @@ -57,9 +57,9 @@ * |[<!-- language="plain" --> * flowbox * ├── flowboxchild - * │ ╰── child + * │ ╰── <child> * ├── flowboxchild - * │ ╰── child + * │ ╰── <child> * ┊ * ╰── [rubberband] * ]| |