drag and drop cleanup
authorClaus Gittinger <cg@exept.de>
Fri, 13 Oct 2006 17:58:40 +0200
changeset 4650 fd25e32de1e3
parent 4649 939a1d4beed7
child 4651 3dc162247a9c
drag and drop cleanup
DisplayRootView.st
--- a/DisplayRootView.st	Fri Oct 13 17:44:26 2006 +0200
+++ b/DisplayRootView.st	Fri Oct 13 17:58:40 2006 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libview' }"
 
 DisplaySurface subclass:#DisplayRootView
@@ -169,7 +168,7 @@
 
 !DisplayRootView methodsFor:'queries'!
 
-canDrop:aCollectionOfDropObjects
+canDropObjects:aCollectionOfDropObjects
     "return true, if aCollectionOfDropObjects can be
      dropped in the receiver. 
      False is returned here, since nothing can be dropped on the desktop.
@@ -178,7 +177,7 @@
 
     ^ false
 
-    "Modified: 11.4.1997 / 12:41:38 / cg"
+    "Created: / 13-10-2006 / 15:55:54 / cg"
 !
 
 isRootView
@@ -214,5 +213,5 @@
 !DisplayRootView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.33 2004-09-07 14:46:57 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.34 2006-10-13 15:58:40 cg Exp $'
 ! !