mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
Merge branch 'matthiasc/for-main' into 'main'
expander: Fix the css docs Closes #5723 See merge request GNOME/gtk!5787
This commit is contained in:
commit
7723045e9a
@ -98,16 +98,16 @@
|
|||||||
* # CSS nodes
|
* # CSS nodes
|
||||||
*
|
*
|
||||||
* ```
|
* ```
|
||||||
* expander
|
* expander-widget
|
||||||
* ╰── box
|
* ╰── box
|
||||||
* ├── title
|
* ├── title
|
||||||
* │ ├── arrow
|
* │ ├── expander
|
||||||
* │ ╰── <label widget>
|
* │ ╰── <label widget>
|
||||||
* ╰── <child>
|
* ╰── <child>
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
* `GtkExpander` has three CSS nodes, the main node with the name expander,
|
* `GtkExpander` has three CSS nodes, the main node with the name expander-widget,
|
||||||
* a subnode with name title and node below it with name arrow. The arrow of an
|
* a subnode with name title and node below it with name expander. The arrow of an
|
||||||
* expander that is showing its child gets the :checked pseudoclass added to it.
|
* expander that is showing its child gets the :checked pseudoclass added to it.
|
||||||
*
|
*
|
||||||
* # Accessibility
|
* # Accessibility
|
||||||
|
Loading…
Reference in New Issue
Block a user