Method

ClutterActorget_transformed_position

Declaration [src]

void
clutter_actor_get_transformed_position (
  ClutterActor* self,
  gfloat* x,
  gfloat* y
)

Description [src]

Gets the absolute position of an actor, in pixels relative to the stage.

Available since:0.8

Parameters

x gfloat*
 

Return location for the X coordinate, or NULL.

 The argument will be set by the function.
 The argument can be NULL.
y gfloat*
 

Return location for the Y coordinate, or NULL.

 The argument will be set by the function.
 The argument can be NULL.