Signal

ClutterActor::enter-event

Declaration

gboolean
enter_event (
  ClutterActor* self,
  ClutterCrossingEvent* event,
  gpointer user_data
)

Description [src]

The ::enter-event signal is emitted when the pointer enters the actor.

Default handler:

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

Available since:0.6

Parameters

event ClutterCrossingEvent
 

A ClutterCrossingEvent.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

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