docs: Add a diagram for GtkListBox nodes

GtkListBox's API reference for CSS nodes should follow the template of
other widget classes.
This commit is contained in:
Emmanuele Bassi 2016-09-20 23:32:00 +01:00
parent f88c8e45e7
commit b74cd23e29

View File

@ -65,8 +65,13 @@
*
* # CSS nodes
*
* GtkListBox uses a single CSS node with name list. GtkListBoxRow uses
* a single CSS node with name row. The row nodes get the .activatable
* |[<!-- language="plain" -->
* list
* row[.activatable]
* ]|
*
* GtkListBox uses a single CSS node named list. Each GtkListBoxRow uses
* a single CSS node named row. The row nodes get the .activatable
* style class added when appropriate.
*/