How do you go about getting the stage relative position of an actors that being managed by a layout manager?
This is confusing me. clutter_actor_get_x() returns a zero. This is because, I think, that data is actually being held in a meta actor. clutter_actor_get_transformed_position() returns oddball values. -0.3 and such. But I'm guessing that won't work in this case for the same reason that get_x doesn't work. I'm assuming I need to get the container relative position of the actor and then modify this by the position of the parent container, but where is this relative value stored in the case of a layout manager? Confused, Jake _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
