drag and drop to icon

Diez B. Roggisch deets at nospam.web.de
Wed Apr 12 13:30:24 EDT 2006


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



More information about the Python-list mailing list