mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
spin button: Add diagrams to CSS documentation
This commit is contained in:
parent
870461475a
commit
65d959bbc8
@ -82,6 +82,22 @@
|
|||||||
*
|
*
|
||||||
* # CSS nodes
|
* # CSS nodes
|
||||||
*
|
*
|
||||||
|
* |[<!-- language="plain" -->
|
||||||
|
* spinbutton.horizontal
|
||||||
|
* ├── entry
|
||||||
|
* │ ╰── ...
|
||||||
|
* ├── button.down
|
||||||
|
* ╰── button.up
|
||||||
|
* ]|
|
||||||
|
*
|
||||||
|
* |[<!-- language="plain" -->
|
||||||
|
* spinbutton.vertical
|
||||||
|
* ├── button.up
|
||||||
|
* ├── entry
|
||||||
|
* │ ╰── ...
|
||||||
|
* ╰── button.down
|
||||||
|
* ]|
|
||||||
|
*
|
||||||
* GtkSpinButtons main CSS node has the name spinbutton. It creates subnodes
|
* GtkSpinButtons main CSS node has the name spinbutton. It creates subnodes
|
||||||
* for the entry and the two buttons, with these names. The button nodes have
|
* for the entry and the two buttons, with these names. The button nodes have
|
||||||
* the style classes .up and .down. The GtkEntry subnodes (if present) are put
|
* the style classes .up and .down. The GtkEntry subnodes (if present) are put
|
||||||
|
Loading…
Reference in New Issue
Block a user