flowbox: Add a diagram to CSS documentation

This commit is contained in:
Matthias Clasen
2015-11-10 07:39:40 -05:00
parent 740fa2cd70
commit afc09d924e

View File

@ -54,6 +54,16 @@
*
* # CSS nodes
*
* |[<!-- language="plain" -->
* flowbox
* ├── flowboxchild
* │ ╰── child
* ├── flowboxchild
* │ ╰── child
* ┊
* ╰── [rubberband]
* ]|
*
* GtkFlowBox uses a single CSS node with name flowbox. GtkFlowBoxChild
* uses a single CSS node with name flowboxchild.
* For rubberband selection, a subnode with name rubberband is used.