support autoScroll during drag operation
authorca
Fri, 17 Oct 2003 14:51:10 +0200
changeset 3947 64b185ae7d41
parent 3946 dea108812322
child 3948 d542be7c1cad
support autoScroll during drag operation
SimpleView.st
--- a/SimpleView.st	Thu Oct 16 16:20:13 2003 +0200
+++ b/SimpleView.st	Fri Oct 17 14:51:10 2003 +0200
@@ -4387,6 +4387,15 @@
     "Modified: 11.4.1997 / 12:42:13 / cg"
 !
 
+dragAutoScroll:aContext
+    "called by the DragAndDropManager to scroll during a drag/drop operation
+     if necassery (decided by the widget itself); If a scroll is done return
+     true otherwise false (used to restore the background)
+     on default false is returned.
+    "
+    ^ false
+!
+
 drop:aCollectionOfDropObjects at:aPoint
     "drop manager wants to drop.
      If I have an application, forward the request.
@@ -9402,7 +9411,7 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.482 2003-10-16 12:19:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.483 2003-10-17 12:51:10 ca Exp $'
 ! !
 
 SimpleView initialize!