text view: Add diagram to CSS documentation

This commit is contained in:
Matthias Clasen
2015-11-03 13:49:07 -05:00
parent fc0a222350
commit a7076d1c4c

View File

@ -73,6 +73,15 @@
*
* # CSS nodes
*
* |[<!-- language="plain" -->
* 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