From 740fa2cd70fb9b3aae3ff5ed24b74c7558c761af Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 10 Nov 2015 07:37:25 -0500 Subject: [PATCH] iconview: Add a diagram to CSS documentation --- gtk/gtkiconview.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index f919cd9301..797b2e1e88 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -68,6 +68,10 @@ * * # CSS nodes * + * |[ + * iconview.view + * ╰── [rubberband] + * ]| * * GtkIconView has a single CSS node with name iconview and style class .view. * For rubberband selection, a subnode with name rubberband is used.