Ann: Tkinter drag and drop module

klappnase at web.de klappnase at web.de
Thu Jul 14 06:26:18 EDT 2005


I wrote a wrapper for the tkdnd Tk extension
(<http://sourceforge.net/projects/tkdnd>), which adds native drag and
drop support to Tkinter (windows and unix only).
It was the first time for me to try wrapping a Tk extension, and I
couldn't find any documentation on this, so I would still consider it
experimental; however at least for the most part it seems to work well.
The module can be used with both standard Tkinter and Tix, and makes it
quite easy to e.g. drop a bunch of files from a file manager onto any
Tkinter widget.
It comes with a basic reference manual and a small demo app.
It can be found at
<http://www.8ung.at/klappnase/TkinterDnD/TkinterDnD.html>.

Any feedback is much appreciated.

Best regards

Michael




More information about the Python-list mailing list