signal callback delegate or function to connect
bool callback(double dx, double dy, gtk.event_controller_scroll.EventControllerScroll eventControllerScroll)
dx X delta (optional)
dy Y delta (optional)
eventControllerScroll the instance the signal is connected to (optional)
Returns true if the scroll event was handled, false otherwise.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Scroll signal.
Signals that the widget should scroll by the amount specified by dx and dy.
For the representation unit of the deltas, see gtk.event_controller_scroll.EventControllerScroll.getUnit.