DragAndDropManager.st
changeset 1484 f25e9b6f8edd
parent 1466 f6a566b26c9e
child 1487 6cefff982779
--- a/DragAndDropManager.st	Fri Jul 20 14:20:01 2001 +0200
+++ b/DragAndDropManager.st	Fri Jul 20 14:20:57 2001 +0200
@@ -1005,7 +1005,7 @@
 
 !DragAndDropManager methodsFor:'event catching'!
 
-buttonMotion:button x:x y:y view:aView
+buttonMotion:buttonState x:x y:y view:aView
     "handle a button motion event
     "
     |oldPt oldTgt oldWg oldId newWg newId newTgt point cursor device isDroppable|
@@ -1311,6 +1311,6 @@
 !DragAndDropManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.28 2001-04-03 16:25:32 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.29 2001-07-20 12:20:57 cg Exp $'
 ! !
 DragAndDropManager initialize!