scalebutton: fix CSS name in documentation
authorG.Willems <g.willems.dev@laposte.net>
Tue, 11 Apr 2023 20:06:09 +0000 (22:06 +0200)
committerG.Willems <g.willems.dev@laposte.net>
Tue, 11 Apr 2023 20:06:54 +0000 (22:06 +0200)
gtk/gtkscalebutton.c

index e1a78b1bfe88e2148e26937973b12d9f2ab1b007..d7c61a2314f47b840a6973007a767dde231da8b5 100644 (file)
  *
  * # CSS nodes
  *
- * `GtkScaleButton` has a single CSS node with name button. To differentiate
- * it from a plain `GtkButton`, it gets the .scale style class.
+ * ```
+ * scalebutton.scale
+ * ╰── button.toggle
+ *     ╰── <icon>
+ * ```
+ *
+ * `GtkScaleButton` has a single CSS node with name scalebutton and `.scale`
+ * style class, and contains a `button` node with a `.toggle` style class.
  */