DragAndDropManager.st
changeset 2069 38bdcff6aa5c
parent 2063 dc16836d45dc
child 2070 869e370ce441
--- a/DragAndDropManager.st	Thu Dec 15 22:22:45 2005 +0100
+++ b/DragAndDropManager.st	Wed Dec 21 12:35:21 2005 +0100
@@ -1309,6 +1309,7 @@
 !
 
 keyPress:aKey x:x y:y view:aView
+    "stop the drag operation, when the escape key is pressed"
 
     escapePressed == true ifTrue:[ ^ self ].    "/ ignorred, escaped was pressed
 
@@ -1568,7 +1569,7 @@
 !DragAndDropManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.64 2005-10-05 12:13:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.65 2005-12-21 11:35:21 cg Exp $'
 ! !
 
 DragAndDropManager initialize!