From a7076d1c4ca914e8fb4b148845a085cb7a818947 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 3 Nov 2015 13:49:07 -0500 Subject: [PATCH] text view: Add diagram to CSS documentation --- gtk/gtktextview.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c index cab852a34a..3b8f16ea5e 100644 --- a/gtk/gtktextview.c +++ b/gtk/gtktextview.c @@ -73,6 +73,15 @@ * * # CSS nodes * + * |[ + * textview.view + * ├── border.top + * ├── border.left + * ├── text + * ├── border.right + * ╰── border.bottom + * ]| + * * GtkTextView has a main css node with name textview and style class .view, * and subnodes for each of the border windows, and the main text area, * with names border and text, respectively. The border nodes each get