[issue1525806] Tkdnd mouse cursor handling patch

2020-11-18 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.9 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue1525806] Tkdnd mouse cursor handling patch

2014-09-09 Thread Philippe Devalkeneer
Changes by Philippe Devalkeneer : -- nosy: +flupke ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue1525806] Tkdnd mouse cursor handling patch

2010-08-24 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: unit test needed -> patch review versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ _

[issue1525806] Tkdnd mouse cursor handling patch

2009-04-23 Thread klappnase
klappnase added the comment: 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) t

[issue1525806] Tkdnd mouse cursor handling patch

2009-04-22 Thread Guilherme Polo
Guilherme Polo added the comment: 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 c

[issue1525806] Tkdnd mouse cursor handling patch

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker ___