drag and drop to icon

Eric S. Johansson esj at harvee.org
Wed Apr 12 13:18:42 EDT 2006


Diez B. Roggisch wrote:
> Eric S. Johansson wrote:
> Drag'n'Drop is highly OS-dependand and clearly out of scope for
> standard-out-of-the-box python. If you are on macintosh, pyobjc and 
> 
> http://www.cocoadev.com/index.pl?DragAndDrop
> 
> will certainly help. 

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.

---eric




More information about the Python-list mailing list