Method

ClutterActorBoxset_origin

Declaration [src]

void
clutter_actor_box_set_origin (
  ClutterActorBox* box,
  gfloat x,
  gfloat y
)

Description [src]

Changes the origin of box, maintaining the size of the ClutterActorBox.

Available since:1.6

Parameters

x gfloat
 

The X coordinate of the new origin.

y gfloat
 

The Y coordinate of the new origin.