Re: [Tutor] moving widgets around

2004-12-30 Thread John Miller
I recently had occasion for drag 'n drop functionality in Tkinter, and after much searching around decided that tkdnd.py was the only viable solution (at least, that I could find). The code is actually quite understandable (well, at the 'large chunks' level). In the directory where tkdnd.py is

[Tutor] moving widgets around

2004-12-29 Thread Sean McIlroy
I'd like to get some example code showing how to move widgets around in drag-and-drop fashion. I've tried looking at tkDND.py (I think that's what it's called) but that was a little involved - what I want to know is the barest of bare bones. Any help would be majorly fabulous. Merci beaucoup. STM