summaryrefslogtreecommitdiff
path: root/gtk/gtkscrollbar.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-11-06 07:51:15 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-11-06 11:50:23 -0500
commit76fbcc2f262fc4bf4478f43cbbfde055617d172d (patch)
treecd05dd8795b1b24b895319eebf29e59493118350 /gtk/gtkscrollbar.c
parent203d8daff4dc697d92bfeec5baa84352370845db (diff)
downloadgtk+-76fbcc2f262fc4bf4478f43cbbfde055617d172d.tar.gz
range: Document fine-tuning style class use
Diffstat (limited to 'gtk/gtkscrollbar.c')
-rw-r--r--gtk/gtkscrollbar.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c
index 2b68361ba2..29e8e63dbf 100644
--- a/gtk/gtkscrollbar.c
+++ b/gtk/gtkscrollbar.c
@@ -66,9 +66,14 @@
* ]|
*
* GtkScrollbar has a main CSS node with name scrollbar, and subnodes with
- * names trough and slider. If steppers are enabled, they are represented by
- * up to four additional subnodes with name button. These get the style classes
- * .up and .down to indicate in which direction they are moving.
+ * names trough and slider.
+ *
+ * The main 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
+ * subnodes with name button. These get the style classes .up and .down to
+ * indicate in which direction they are moving.
*/