Method

ClutterActorset_x_expand

Declaration [src]

void
clutter_actor_set_x_expand (
  ClutterActor* self,
  gboolean expand
)

Description [src]

Sets whether a ClutterActor should expand horizontally; this means that layout manager should allocate extra space for the actor, if possible.

Setting an actor to expand will also make all its parent expand, so that it’s possible to build an actor tree and only set this flag on its leaves and not on every single actor.

Sets propertyClutter.Actor:x-expand

Parameters

expand

Type: gboolean

Whether the actor should expand horizontally.