mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
spinbutton: Use markdown for css tree
This commit is contained in:
parent
bcb0b36238
commit
cc03ca9df1
@ -157,23 +157,23 @@
|
||||
*
|
||||
* # CSS nodes
|
||||
*
|
||||
* |[<!-- language="plain" -->
|
||||
* ```
|
||||
* spinbutton.horizontal
|
||||
* ├── text
|
||||
* │ ├── undershoot.left
|
||||
* │ ╰── undershoot.right
|
||||
* ├── button.down
|
||||
* ╰── button.up
|
||||
* ]|
|
||||
* ```
|
||||
*
|
||||
* |[<!-- language="plain" -->
|
||||
* ```
|
||||
* spinbutton.vertical
|
||||
* ├── button.up
|
||||
* ├── text
|
||||
* │ ├── undershoot.left
|
||||
* │ ╰── undershoot.right
|
||||
* ╰── button.down
|
||||
* ]|
|
||||
* ```
|
||||
*
|
||||
* `GtkSpinButton`s main CSS node has the name spinbutton. It creates subnodes
|
||||
* for the entry and the two buttons, with these names. The button nodes have
|
||||
|
Loading…
Reference in New Issue
Block a user