forked from AuroraMiddleware/gtk
scrolledwindow: Document overlay scrolling style classes
Document which style classes are used on scrollbars to implement overlay scrolling.
This commit is contained in:
parent
353bfb0092
commit
cf7f23f4dd
@ -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).
|
||||
*/
|
||||
|
||||
|
||||
|
@ -116,7 +116,8 @@
|
||||
* on where the indication is drawn.
|
||||
*
|
||||
* GtkScrolledWindow also sets the positional style classes (.left,
|
||||
* .right, .top, .bottom) on the scrollbars.
|
||||
* .right, .top, .bottom) and style classes related to overlay
|
||||
* scrolling (.overlay-indicator, .dragging, .hovering) on its scrollbars.
|
||||
*
|
||||
* If both scrollbars are visible, the area where they meet is drawn
|
||||
* with a subnode named junction.
|
||||
|
Loading…
Reference in New Issue
Block a user