Layout.st
changeset 949 0eb888b21192
parent 785 e7e50d798cfc
child 2137 1cc62200836d
--- a/Layout.st	Wed May 27 11:20:52 1998 +0200
+++ b/Layout.st	Wed May 27 11:21:38 1998 +0200
@@ -132,18 +132,18 @@
 
 !
 
-rectangleRelativeTo:superRectangle preferred:prefRect
+rectangleRelativeTo:superRectangle preferred:prefRectHolder
     "compute the rectangle represented by the receiver,
      given the superViews rectangle and the views preferredExtent.
      Must be implemented by concrete subclasses."
 
     ^ self subclassResponsibility
 
-    "Modified: 27.4.1996 / 14:46:37 / cg"
+    "Modified: / 27.5.1998 / 10:19:21 / cg"
 ! !
 
 !Layout class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Layout.st,v 1.15 1998-01-28 16:42:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Layout.st,v 1.16 1998-05-27 09:21:20 cg Exp $'
 ! !