DisplayRootView.st
changeset 1584 03d62f063935
parent 1256 4a633daff594
child 2572 447398073628
--- a/DisplayRootView.st	Fri Apr 11 12:49:49 1997 +0200
+++ b/DisplayRootView.st	Fri Apr 11 12:51:17 1997 +0200
@@ -163,12 +163,14 @@
 
 !DisplayRootView methodsFor:'queries'!
 
-canDrop:anObjectOrCollection
-    "return true, if anObjectOrCollection can be
+canDrop:aCollectionOfDropObjects
+    "return true, if aCollectionOfDropObjects can be
      dropped in the receiver. This method should be
      redefined in views which can take objects"
 
     ^ false
+
+    "Modified: 11.4.1997 / 12:41:38 / cg"
 !
 
 isRootView
@@ -215,6 +217,6 @@
 !DisplayRootView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.20 1997-01-20 10:49:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.21 1997-04-11 10:51:17 cg Exp $'
 ! !
 DisplayRootView initialize!