signal callback delegate or function to connect
void callback(double velX, double velY, gtk.event_controller_scroll.EventControllerScroll eventControllerScroll)
velX X velocity (optional)
velY Y velocity (optional)
eventControllerScroll 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 Decelerate signal.
Emitted after scroll is finished if the gtk.types.EventControllerScrollFlags.Kinetic flag is set.
vel_x and vel_y express the initial velocity that was imprinted by the scroll events. vel_x and vel_y are expressed in pixels/ms.