summaryrefslogtreecommitdiff
path: root/gtk/gtkscrollbar.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-10-07 19:10:10 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-10-07 19:10:10 -0400
commitf2a7e1219b7e56b3552dfe27fddb8367694e969c (patch)
treef0f6169bed775a85e43c11e4263f4cd6dd6aafda /gtk/gtkscrollbar.c
parente49615184a9d85bb0bb4e289b3ee8252adee3813 (diff)
downloadgtk+-f2a7e1219b7e56b3552dfe27fddb8367694e969c.tar.gz
scrollbar: Correct css docs
The .fine-tune class appears on the range node.
Diffstat (limited to 'gtk/gtkscrollbar.c')
-rw-r--r--gtk/gtkscrollbar.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c
index 34d0d4c87b..6f7c1a9fec 100644
--- a/gtk/gtkscrollbar.c
+++ b/gtk/gtkscrollbar.c
@@ -58,9 +58,9 @@
* # CSS nodes
*
* |[<!-- language="plain" -->
- * scrollbar[.fine-tune]
+ * scrollbar
* ╰── box
- * ╰── range
+ * ╰── range[.fine-tune]
* ╰── trough
* ╰── slider
* ]|
@@ -69,7 +69,7 @@
* contents. Both the main node and the box subnode get the .horizontal or .vertical
* style classes applied, depending on the scrollbar's orientation.
*
- * The main node gets the style class .fine-tune added when the scrollbar is
+ * The range node gets the style class .fine-tune added when the scrollbar is
* in 'fine-tuning' mode.
*
* If steppers are enabled, they are represented by up to four additional