projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9f7a9b
)
scalebutton: fix CSS name in documentation
author
G.Willems
<g.willems.dev@laposte.net>
Tue, 11 Apr 2023 20:06:09 +0000
(22:06 +0200)
committer
G.Willems
<g.willems.dev@laposte.net>
Tue, 11 Apr 2023 20:06:54 +0000
(22:06 +0200)
gtk/gtkscalebutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkscalebutton.c
b/gtk/gtkscalebutton.c
index e1a78b1bfe88e2148e26937973b12d9f2ab1b007..d7c61a2314f47b840a6973007a767dde231da8b5 100644
(file)
--- a/
gtk/gtkscalebutton.c
+++ b/
gtk/gtkscalebutton.c
@@
-71,8
+71,14
@@
*
* # 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.
*/