DragAndDropManager.st
changeset 1776 79372ca563fc
parent 1749 1f58fbcd4b96
child 1823 e2d9927c7488
--- a/DragAndDropManager.st	Fri May 16 12:36:53 2003 +0200
+++ b/DragAndDropManager.st	Mon May 19 11:37:43 2003 +0200
@@ -288,7 +288,7 @@
     ^ ActiveDragAndDropManagers includesKey:aDevice
 ! !
 
-!DragAndDropManager class methodsFor:'simple start - drop source'!
+!DragAndDropManager class methodsFor:'simple start-drop source'!
 
 startDragFrom:aView dropSource:aDropSource
     "start a drop at the current pointer position.
@@ -296,7 +296,7 @@
     ^ (self new) startDragFrom:aView dropSource:aDropSource
 ! !
 
-!DragAndDropManager class methodsFor:'simple start - generic'!
+!DragAndDropManager class methodsFor:'simple start-generic'!
 
 startDrag:draggableObjects from:aView
     "start a drop at the current pointer position
@@ -587,7 +587,7 @@
 
 ! !
 
-!DragAndDropManager class methodsFor:'simple start - lines'!
+!DragAndDropManager class methodsFor:'simple start-lines'!
 
 startArrowDragIn:aView at:dragPoint atEnd:aFourArgBlock
     "start a rubber-arrow-line dragging in aView at dragPoint.
@@ -1425,7 +1425,7 @@
 !DragAndDropManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.50 2003-04-15 11:57:43 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.51 2003-05-19 09:37:43 cg Exp $'
 ! !
 
 DragAndDropManager initialize!