This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Sarbjit.singh, ned.deily
Date 2013-01-25.17:30:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359135037.73.0.481773125279.issue17027@psf.upfronthosting.co.za>
In-reply-to
Content
A feature like drag-and-drop seems like something that needs to be provided at either the application level or within Tk or both.  While there is apparently no built-in Tk support for drag-and-drop, it appears to be possible to use a Tk extension that provides that capability and that will work with Tkinter.  See, for example, http://stackoverflow.com/questions/14267900/python-drag-and-drop-explorer-files-to-tkinter-entry-widget
History
Date User Action Args
2013-01-25 17:30:37ned.deilysetrecipients: + ned.deily, Sarbjit.singh
2013-01-25 17:30:37ned.deilysetmessageid: <1359135037.73.0.481773125279.issue17027@psf.upfronthosting.co.za>
2013-01-25 17:30:37ned.deilylinkissue17027 messages
2013-01-25 17:30:37ned.deilycreate