LayoutOrg.st
changeset 219 106b86ca81da
parent 191 cb2815b77100
child 229 612861ef768a
equal deleted inserted replaced
218:96e8e87e5dc8 219:106b86ca81da
    41     combined with insets.
    41     combined with insets.
    42     A layoutOrigin controls the origin of a subcomponent, given a fractional
    42     A layoutOrigin controls the origin of a subcomponent, given a fractional
    43     component and an offset component.
    43     component and an offset component.
    44 
    44 
    45     See also:
    45     See also:
    46 	LayoutFrame AlignmentOrigin Layout
    46         LayoutFrame AlignmentOrigin Layout
    47 
    47 
    48     Notice: this class was implemented using protocol information
    48     Notice: this class was implemented using protocol information
    49     from alpha testers - it may not be complete or compatible to
    49     from alpha testers - it may not be complete or compatible to
    50     the corresponding ST-80 class. If you encounter any incompatibilities,
    50     the corresponding ST-80 class. If you encounter any incompatibilities,
    51     please forward a note to the ST/X team.
    51     please forward a note to the ST/X team.
       
    52 
       
    53     [author:]
       
    54         Claus Gittinger
    52 "
    55 "
    53 !
    56 !
    54 
    57 
    55 examples
    58 examples
    56 "
    59 "
   317 ! !
   320 ! !
   318 
   321 
   319 !LayoutOrigin class methodsFor:'documentation'!
   322 !LayoutOrigin class methodsFor:'documentation'!
   320 
   323 
   321 version
   324 version
   322     ^ '$Header: /cvs/stx/stx/libview2/Attic/LayoutOrg.st,v 1.10 1996-04-22 11:02:23 cg Exp $'
   325     ^ '$Header: /cvs/stx/stx/libview2/Attic/LayoutOrg.st,v 1.11 1996-04-25 16:20:55 cg Exp $'
   323 ! !
   326 ! !