signal callback delegate or function to connect
void callback(gtk.types.PositionType pos, gtk.scrolled_window.ScrolledWindow scrolledWindow)
pos edge side that was hit (optional)
scrolledWindow the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to EdgeOvershot signal.
Emitted whenever user initiated scrolling makes the scrolled window firmly surpass the limits defined by the adjustment in that orientation.
A similar behavior without edge resistance is provided by the signalGtk.ScrolledWindow::edge-reached signal.
Note: The pos argument is LTR/RTL aware, so callers should be aware too if intending to provide behavior on horizontal edges.