scroll_child


Description:

public signal bool scroll_child (ScrollType scroll, bool horizontal)

Emitted when a keybinding that scrolls is pressed.

This is a [keybinding signal](class.SignalAction.html).

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 `GtkScrollType` describing how much to scroll

horizontal

whether the keybinding scrolls the child horizontally or not