Hi, I'm trying to figure out the logic that I should use to move around group objects in a goocanvas. What I do is: I create a Group object, declare it as parent in a rectangle and a text, use group.translate(dx, dy) to move the object to a position.
From then on I'd like to query the object and get the Group position for further processing but I can't see a property to query (no props.x) not a method that returns x,y coordinates? Am I wrong thinking that a Group *has* an x,y for the origin? sandro *:-) _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
