Method

ClutterActorBoxget_origin

Declaration [src]

void
clutter_actor_box_get_origin (
  const ClutterActorBox* box,
  gfloat* x,
  gfloat* y
)

Description [src]

Retrieves the origin of box.

Available since:1.0

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.