From 2f544655f99361ebe1fee30f5c10ce3212461fea Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 16 Dec 2015 10:55:52 -0500 Subject: Revise CSS node documentation Clarify the use of brackets in the CSS node diagrams: [] means optional nodes or classes, <> means child widgets. --- gtk/gtkflowbox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkflowbox.c') 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 @@ * |[ * flowbox * ├── flowboxchild - * │ ╰── child + * │ ╰── * ├── flowboxchild - * │ ╰── child + * │ ╰── * ┊ * ╰── [rubberband] * ]| -- cgit v1.2.1