Signal

ClutterActor::scroll-event

since: 0.6

Declaration

gboolean
scroll_event (
  ClutterActor* self,
  ClutterScrollEvent* event,
  gpointer user_data
)

Description [src]

The ::scroll-event signal is emitted each time the mouse is scrolled on actor.

Default handler:

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

Available since: 0.6

Parameters

event

Type: ClutterScrollEvent

A ClutterScrollEvent.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the event has been handled by the actor, or FALSE to continue the emission.