LayoutOrigin.st
changeset 2134 0ef95141831c
parent 1821 5539214ed293
child 3016 e2374dddc45f
equal deleted inserted replaced
2133:0581d9906df0 2134:0ef95141831c
   296      The encoding is: 
   296      The encoding is: 
   297         (#LayoutOrigin orgOffsX relOrgX orgOffsY relOrgY)
   297         (#LayoutOrigin orgOffsX relOrgX orgOffsY relOrgY)
   298     "
   298     "
   299 
   299 
   300     ^ Array
   300     ^ Array
   301         with:self class name asSymbol
   301         with:self class name
   302         with:leftOffset
   302         with:leftOffset
   303         with:leftFraction
   303         with:leftFraction
   304         with:topOffset
   304         with:topOffset
   305         with:topFraction
   305         with:topFraction
   306 
   306 
   388 ! !
   388 ! !
   389 
   389 
   390 !LayoutOrigin class methodsFor:'documentation'!
   390 !LayoutOrigin class methodsFor:'documentation'!
   391 
   391 
   392 version
   392 version
   393     ^ '$Header: /cvs/stx/stx/libview2/LayoutOrigin.st,v 1.23 2003-09-22 16:19:18 cg Exp $'
   393     ^ '$Header: /cvs/stx/stx/libview2/LayoutOrigin.st,v 1.24 2006-07-03 16:10:12 stefan Exp $'
   394 ! !
   394 ! !