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:
@ -65,8 +65,13 @@
|
|||||||
*
|
*
|
||||||
* # CSS nodes
|
* # CSS nodes
|
||||||
*
|
*
|
||||||
* GtkListBox uses a single CSS node with name list. GtkListBoxRow uses
|
* |[<!-- language="plain" -->
|
||||||
* a single CSS node with name row. The row nodes get the .activatable
|
* 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.
|
* style class added when appropriate.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user