Method

ClutterActorset_reactive

Declaration [src]

void
clutter_actor_set_reactive (
  ClutterActor* actor,
  gboolean reactive
)

Description [src]

Sets actor as reactive. Reactive actors will receive events.

Sets propertyClutter.Actor:reactive

Parameters

reactive

Type: gboolean

Whether the actor should be reactive to events.