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