diff options
author | petasisg@gmail.com <petasisg@gmail.com@f3661a36-4baa-549a-d6c7-40e0ffef350e> | 2015-03-04 17:07:56 (GMT) |
---|---|---|
committer | petasisg@gmail.com <petasisg@gmail.com@f3661a36-4baa-549a-d6c7-40e0ffef350e> | 2015-03-04 17:07:56 (GMT) |
commit | 8b4f4ec4f242943532537981850a9ae86fe522b7 (patch) | |
tree | e32aa5f53a152c328d3b00df101a342ae57c97f9 /Changelog | |
parent | ebaaea50f551ac1f6378b43329984680374f22a8 (diff) | |
download | tkdnd-8b4f4ec4f242943532537981850a9ae86fe522b7.zip tkdnd-8b4f4ec4f242943532537981850a9ae86fe522b7.tar.gz tkdnd-8b4f4ec4f242943532537981850a9ae86fe522b7.tar.bz2 |
Stop a drag in a drag source
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,10 @@ 2015-03-04 Petasis George <petasis@iit.demokritos.gr> * library/tkdnd.tcl: Added support in <<DragInitCmd>> & <<DragEndCmd>> for %x, %y mouse coordinates (relative to window that is the drag - source). + source). Added the ability to stop a drag on the drag source. The + <<DragInitCmd>> binding must return either "refuse_drop" + as a value (instead of a list), or use + "return -code break"|"return -code continue". 2015-02-20 Petasis George <petasis@iit.demokritos.gr> * unix/TkDND_XDND.c: Fixed a bug in converting Time to a Tcl object. |