Drag and drop in Tkinter. How difficult is it?

Cameron Laird claird at lairds.com
Thu Sep 4 17:33:25 EDT 2003


In article <4378fa6f.0309041125.49b13fc7 at posting.google.com>,
Marc <mnations at airmail.net> wrote:
			.
			.
			.
>1) If I want to have a moving object, and not just a cursor that
>represents the moving object, do I need to continually pack and unpack
>the widget that holds the object and redraw it to give it the
>appearance of moving? I know sometimes the redrawing can cause
			.
			.
			.
No!  Just move the canvas object to follow the Motion events.
-- 

Cameron Laird <Cameron at Lairds.com>
Business:  http://www.Phaseit.net
Personal:  http://phaseit.net/claird/home.html




More information about the Python-list mailing list