Signal

Gtk.ScrolledWindow::scroll-child

Declaration

gboolean
scroll_child (
  GtkScrolledWindow self,
  GtkScrollType* scroll,
  gboolean horizontal,
  gpointer user_data
)

Description [src]

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.

Default handler:

The default handler is called after the handlers added via g_signal_connect()

The signal can be emitted directly

Parameters

scroll GtkScrollType
 

a GtkScrollType describing how much to scroll

 Ownership is not transferred to the callee
horizontal gboolean
 

whether the keybinding scrolls the child horizontally or not

Return value

Returns: gboolean
No description available.