LayoutOrigin.st
changeset 3794 a7ac172485be
parent 3331 443356a56b2f
child 3865 e6f90d1cf89b
--- a/LayoutOrigin.st	Wed Nov 23 14:12:53 2016 +0100
+++ b/LayoutOrigin.st	Wed Nov 23 14:12:56 2016 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libview2' }"
 
+"{ NameSpace: Smalltalk }"
+
 Layout subclass:#LayoutOrigin
 	instanceVariableNames:'leftFraction topFraction leftOffset topOffset'
 	classVariableNames:''
@@ -374,7 +376,7 @@
 
 rectangleRelativeTo:superRectangle preferred:prefRectHolder
     "compute the rectangle represented by the receiver,
-     given the superViews rectangle and the views preferredExtent."
+     given the superViews rectangle and the view's preferredExtent."
 
     |x y prefRect|
 
@@ -413,10 +415,10 @@
 !LayoutOrigin class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/LayoutOrigin.st,v 1.27 2014-05-08 00:29:33 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/LayoutOrigin.st,v 1.27 2014-05-08 00:29:33 cg Exp $'
+    ^ '$Header$'
 ! !