diff -r 88cc2d6d4483 -r 1cc62200836d Layout.st --- a/Layout.st Mon Jul 03 18:10:27 2006 +0200 +++ b/Layout.st Mon Jul 03 18:11:48 2006 +0200 @@ -10,6 +10,8 @@ hereby transferred. " +"{ Package: 'stx:libview2' }" + Object subclass:#Layout instanceVariableNames:'' classVariableNames:'' @@ -64,8 +66,8 @@ decodeFromLiteralArray:anArray "create & return a new instance from information encoded in anArray. - Redefined since no initialization is needed (the values are - all set from the specArray." + Redefined since no initialization is needed + (the values are all set from the specArray." ^ self basicNew fromLiteralArrayEncoding:anArray. @@ -145,5 +147,5 @@ !Layout class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/Layout.st,v 1.16 1998-05-27 09:21:20 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview2/Layout.st,v 1.17 2006-07-03 16:11:48 stefan Exp $' ! !