ScrolledWindow.addOnScrollChild

The ::scroll-child signal is a [keybinding signal]GtkBindingSignal which gets emitted when a keybinding that scrolls is pressed. The horizontal or vertical adjustment is updated which triggers a signal that the scrolled window’s child may listen to and scroll itself.

class ScrolledWindow
gulong
addOnScrollChild
(
bool delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)