Eric S. Johansson wrote: > it does, thank you. as for drag and drop being highly GUI dependent, I > was under the impression that the standard toolkits like tkinter had > some form of abstraction for drag-and-drop built-in. I wasn't sure if > it was possible to leverage some small portion of that for my application.
They might include some default-dnd stuff, e.g. dragging text around. But ususally, one has to do all sorts funky "I'm ineterested in this, but not that"-registration stuff. diez -- http://mail.python.org/mailman/listinfo/python-list