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 klappnase
Recipients gpolo, klappnase, loewis
Date 2009-04-23.16:45:58
SpamBayes Score 4.893738e-07
Marked as misclassified No
Message-id <1240505161.19.0.631968508872.issue1525806@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe this depends on whether the dragged item is "clickable" like
listbox items and buttons or not , like the Labels in the Tkdnd demo.
Ok, I wrote a second patch that solves this by adding another option to
dnd_start(); if this option is set to True (the default) the user gets
the classic behavior, if set to False the cursor changes when the motion
starts, as in the initial patch. I couldn't figure out a good name for
this option, so I called it "swapcursoronclick", at least the name says
what it is for ^_^
History
Date User Action Args
2009-04-23 16:46:01klappnasesetrecipients: + klappnase, loewis, gpolo
2009-04-23 16:46:01klappnasesetmessageid: <1240505161.19.0.631968508872.issue1525806@psf.upfronthosting.co.za>
2009-04-23 16:45:59klappnaselinkissue1525806 messages
2009-04-23 16:45:59klappnasecreate