Property
ClutterActor:position
since: 13
Description [src]
The position of the origin of the actor.
This property is a shorthand for setting and getting the
ClutterActor:x and ClutterActor:y properties at the same time.
The ClutterActor:position property is animatable.
| Type: | graphene_point_t |
| Available since: | 13 |
| Getter method | clutter_actor_get_position() |
| Setter method | clutter_actor_set_position() |