AlignmentOrigin.st
changeset 736 d9f874e6b1e4
parent 695 b27d39658fd2
child 742 fd4d0931b4a8
equal deleted inserted replaced
735:4b66677877e8 736:d9f874e6b1e4
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
       
    13 'From Smalltalk/X, Version:3.1.10 on 13-sep-1997 at 10:54:44 pm'                !
       
    14 
    12 
    15 LayoutOrigin subclass:#AlignmentOrigin
    13 LayoutOrigin subclass:#AlignmentOrigin
    16 	instanceVariableNames:'leftAlignmentFraction topAlignmentFraction'
    14 	instanceVariableNames:'leftAlignmentFraction topAlignmentFraction'
    17 	classVariableNames:''
    15 	classVariableNames:''
    18 	poolDictionaries:''
    16 	poolDictionaries:''
   312 ! !
   310 ! !
   313 
   311 
   314 !AlignmentOrigin class methodsFor:'documentation'!
   312 !AlignmentOrigin class methodsFor:'documentation'!
   315 
   313 
   316 version
   314 version
   317     ^ '$Header: /cvs/stx/stx/libview2/AlignmentOrigin.st,v 1.21 1997-09-15 20:16:04 cg Exp $'
   315     ^ '$Header: /cvs/stx/stx/libview2/AlignmentOrigin.st,v 1.22 1997-11-02 18:54:27 cg Exp $'
   318 ! !
   316 ! !