2007/8/6, Victor Matheus <[EMAIL PROTECTED]>: Hi Victor,
> hello, i'm trying to make a simple canvas, where i can move images by > dragging them with the mouse, i don't want to use the drag'n'drop functions > because i want to know when there were collisions between the images did you think about using a real canvas, you can easily move the items on the canvas and perform hit testing. If you are willing to try a canvas I would suggest goocanvas, it comes with quite a lot of examples and a complete reference. cheers -- Gian Mario Tagliaretti _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
