[Python-ideas] aliasing

alex23 wuwei23 at gmail.com
Fri Sep 2 05:51:32 CEST 2011


On Sep 1, 11:19 pm, Peio Borthelle <peio.borthe... at gmail.com> wrote:
> I have two images in a gui and they must stay at the same position
> (relatively one to the other) but follow the movements of the arrow
> keys (truthful!).

While I think that Terry's suggestion of a frame object that takes
care of the movement is the better approach, you can also use the
package Trellis to keep object attributes in lockstep (amongst other
features).

http://pypi.python.org/pypi/Trellis



More information about the Python-ideas mailing list