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 gpolo
Recipients gpolo, klappnase, loewis
Date 2009-04-23.00:45:45
SpamBayes Score 4.4696866e-05
Marked as misclassified No
Message-id <1240447553.06.0.183586482098.issue1525806@psf.upfronthosting.co.za>
In-reply-to
Content
I just created a sample listbox with drag & drop support and it indeed
looks better if the "hand2" cursor or whatever cursor is set only shows
up when motion starts. But, for the sample included with Tkdnd, I find
it better to show up the different cursor when clicking the canvas item
instead of waiting to starting move it.
Are you willing to adjust that ?

The first feature added -- to support custom cursor is fine, just this
second change needs to be rethought.
History
Date User Action Args
2009-04-23 00:45:53gpolosetrecipients: + gpolo, loewis, klappnase
2009-04-23 00:45:53gpolosetmessageid: <1240447553.06.0.183586482098.issue1525806@psf.upfronthosting.co.za>
2009-04-23 00:45:46gpololinkissue1525806 messages
2009-04-23 00:45:46gpolocreate