Signal
GtkScrolledWindow::edge-reached
since: 3.16
Description [src]
The ::edge-reached signal is emitted whenever user-initiated scrolling makes the scrolled window exactly reach the lower or upper limits defined by the adjustment in that orientation.
A similar behavior with edge resistance is provided by the
GtkScrolledWindow::edge-overshot
signal.
Note: The pos
argument is LTR/RTL aware, so callers should be aware too
if intending to provide behavior on horizontal edges.
Default handler: The default handler is called after the handlers added via |
Available since: 3.16 |
Parameters
pos
-
Type:
GtkPositionType
Edge side that was reached.