Method

ClutterActorset_y

Declaration [src]

void
clutter_actor_set_y (
  ClutterActor* self,
  gfloat y
)

Description [src]

Sets the actor’s Y coordinate, relative to its parent, in pixels.#

Overrides any layout manager and forces a fixed position for the actor.

The ClutterActor:y property is animatable.

Available since:0.6
Sets propertyClutter.Actor:y

Parameters

y gfloat
 

The actor’s position on the Y axis.