summaryrefslogtreecommitdiff
path: root/gtk/gtkscrollbar.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-11-06 23:35:20 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-11-06 23:35:20 -0500
commitcf7f23f4ddc191c2ce91192b0d8f07c625b25a08 (patch)
tree1563eaa216a4345bfee5f4254328170166cc039b /gtk/gtkscrollbar.c
parent353bfb009255943eafaf852e817b21e874ccfe3b (diff)
downloadgtk+-cf7f23f4ddc191c2ce91192b0d8f07c625b25a08.tar.gz
scrolledwindow: Document overlay scrolling style classes
Document which style classes are used on scrollbars to implement overlay scrolling.
Diffstat (limited to 'gtk/gtkscrollbar.c')
-rw-r--r--gtk/gtkscrollbar.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c
index 29e8e63dbf..06ddc506bf 100644
--- a/gtk/gtkscrollbar.c
+++ b/gtk/gtkscrollbar.c
@@ -74,6 +74,10 @@
* 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.
+ *
+ * Other style classes that may be added to scrollbars inside #GtkScrolledWindow
+ * include the positional classes (.left, .right, .top, .bottom) and style
+ * classes related to overlay scrolling (.overlay-indicator, .dragging, .hovering).
*/