signal callback delegate or function to connect
bool callback(gtk.types.ScrollType scroll, bool horizontal, gtk.scrolled_window.ScrolledWindow scrolledWindow)
scroll a gtk.types.ScrollType describing how much to scroll (optional)
horizontal whether the keybinding scrolls the child horizontally or not (optional)
scrolledWindow the instance the signal is connected to (optional)
Returns
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ScrollChild signal.
Emitted when a keybinding that scrolls is pressed.
This is a keybinding signal.
The horizontal or vertical adjustment is updated which triggers a signal that the scrolled window’s child may listen to and scroll itself.