AlignmentOrigin.st
changeset 544 b5e8b405844f
parent 419 b977a2b4fe80
child 695 b27d39658fd2
equal deleted inserted replaced
543:1e730ed96b0b 544:b5e8b405844f
   168 
   168 
   169 leftAlignmentFraction:something
   169 leftAlignmentFraction:something
   170     "set leftAlignmentFraction"
   170     "set leftAlignmentFraction"
   171 
   171 
   172     leftAlignmentFraction := something.
   172     leftAlignmentFraction := something.
       
   173 !
       
   174 
       
   175 leftAlignmentFraction:lF topAlignmentFraction:tF
       
   176     "set both leftAlignmentFraction and topAlignmentFraction"
       
   177 
       
   178     leftAlignmentFraction := lF.
       
   179     topAlignmentFraction := tF
       
   180 
       
   181     "Created: 18.4.1997 / 20:06:02 / cg"
   173 !
   182 !
   174 
   183 
   175 topAlignmentFraction
   184 topAlignmentFraction
   176     "return topAlignmentFraction"
   185     "return topAlignmentFraction"
   177 
   186 
   301 ! !
   310 ! !
   302 
   311 
   303 !AlignmentOrigin class methodsFor:'documentation'!
   312 !AlignmentOrigin class methodsFor:'documentation'!
   304 
   313 
   305 version
   314 version
   306     ^ '$Header: /cvs/stx/stx/libview2/AlignmentOrigin.st,v 1.19 1997-02-13 18:18:48 ca Exp $'
   315     ^ '$Header: /cvs/stx/stx/libview2/AlignmentOrigin.st,v 1.20 1997-04-18 18:11:06 cg Exp $'
   307 ! !
   316 ! !