mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
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:
parent
f88c8e45e7
commit
b74cd23e29
@ -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.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user