scroll_child


Description:

public virtual signal bool scroll_child (ScrollType scroll, bool horizontal)

The scroll_child signal is a keybinding signal 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.

Parameters:

scroll

a ScrollType describing how much to scroll

horizontal

whether the keybinding scrolls the child horizontally or not