expander: Fix the css docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 3 Apr 2023 23:33:31 +0000 (19:33 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Apr 2023 07:03:36 +0000 (09:03 +0200)
The docs were not matching reality since the
css node names were changed in 6d20fe0b.

Fixes: #5723
gtk/gtkexpander.c

index 6b233ebe5967183c4eb031a970e5a2952eb90d01..f4e7532332bb3e8b923574fadeb3f29e7bdd8537 100644 (file)
  * # CSS nodes
  *
  * ```
- * expander
+ * expander-widget
  * ╰── box
  *     ├── title
- *     │   ├── arrow
+ *     │   ├── expander
  *     │   ╰── <label widget>
  *     ╰── <child>
  * ```
  *
- * `GtkExpander` has three CSS nodes, the main node with the name expander,
- * a subnode with name title and node below it with name arrow. The arrow of an
+ * `GtkExpander` has three CSS nodes, the main node with the name expander-widget,
+ * 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.
  *
  * # Accessibility