Signal

GtkEventControllerScroll::scroll

Declaration

void
scroll (
  GtkEventControllerScroll* self,
  gdouble dx,
  gdouble dy,
  gpointer user_data
)

Description [src]

Signals that the widget should scroll by the amount specified by dx and dy.

Default handler:

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

Parameters

dx

Type: gdouble

X delta.

dy

Type: gdouble

Y delta.