ObjectView.st
changeset 3845 fada56873a83
parent 3783 54e58a968f32
child 3878 b329263f6d98
--- a/ObjectView.st	Thu Feb 26 22:17:48 2009 +0100
+++ b/ObjectView.st	Thu Feb 26 22:22:33 2009 +0100
@@ -3170,6 +3170,7 @@
 !
 
 findObjectAt:aPoint suchThat:aBlock
+    <resource: #obsolete>
     "find the last object (back to front ) which is hit by
      the argument, aPoint and for which the testBlock, aBlock evaluates to true.
      This is a leftOver from times when scrolling was not transparent.
@@ -3182,6 +3183,7 @@
 !
 
 findObjectAtVisible:aPoint
+    <resource: #obsolete>
     "find the last object (by looking from back to front) which is hit by
      a visible point - this is the topmost object hit.
      This is a leftOver from times when scrolling was not transparent.
@@ -3194,6 +3196,7 @@
 !
 
 findObjectAtVisible:aPoint suchThat:aBlock
+    <resource: #obsolete>
     "find the last object (back to front ) which is hit by
      the argument, aPoint and for which the testBlock, aBlock evaluates to
      true.
@@ -3484,5 +3487,5 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.128 2008-11-26 15:31:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.129 2009-02-26 21:22:33 stefan Exp $'
 ! !