On Thu, 2010-06-24 at 07:36 +0200, donn wrote:

> I am arithmetically challenged, but I shall soldier-on. I want to work 
> with Actors and Groups with the default 'anchor' being in the center.

use the set_anchor_point() method of clutter.Actor - but be aware of its
caveats.

http://docs.clutter-project.org/docs/clutter/stable/ClutterActor.html#clutter-actor-set-anchor-point

the anchor point is an additional transformation; you probably want to
look at set_anchor_point_from_gravity() as well if you expect to change
the size of the actors.

ciao,
 Emmanuele.

-- 
Emmanuele Bassi, Open Source Software Engineer
Intel Open Source Technology Center

_______________________________________________
clutter-app-devel-list mailing list
[email protected]
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to