Method

ClutterActorhas_constraints

Declaration [src]

gboolean
clutter_actor_has_constraints (
  ClutterActor* self
)

Description [src]

Returns whether the actor has any constraints applied.

Available since:1.10

Return value

Returns: gboolean
 

TRUE if the actor has any constraints, FALSE otherwise.