AlignmentOrigin.st
changeset 216 a5f97668e99a
parent 191 cb2815b77100
child 219 106b86ca81da
equal deleted inserted replaced
215:369b0376e859 216:a5f97668e99a
    41     via a relative part plus offset. However, in contrast to LayoutOrigin
    41     via a relative part plus offset. However, in contrast to LayoutOrigin
    42     (in which the top-left corner is specified by fraction+offset, here any
    42     (in which the top-left corner is specified by fraction+offset, here any
    43     reference point within the component is positioned.
    43     reference point within the component is positioned.
    44     The reference point itself is specified as fraction of the components size.
    44     The reference point itself is specified as fraction of the components size.
    45 
    45 
    46     See also:
       
    47 	LayoutOrigin LayoutFrame Layout
       
    48 
       
    49     Notice: this class was implemented using protocol information
    46     Notice: this class was implemented using protocol information
    50     from alpha testers - it may not be complete or compatible to
    47     from alpha testers - it may not be complete or compatible to
    51     the corresponding ST-80 class. If you encounter any incompatibilities,
    48     the corresponding ST-80 class. If you encounter any incompatibilities,
    52     please forward a note to the ST/X team.
    49     please forward a note to the ST/X team.
       
    50 
       
    51     [See also:]
       
    52         LayoutOrigin LayoutFrame Layout
       
    53         View
    53 "
    54 "
    54 !
    55 !
    55 
    56 
    56 examples
    57 examples
    57 "
    58 "
   234 ! !
   235 ! !
   235 
   236 
   236 !AlignmentOrigin class methodsFor:'documentation'!
   237 !AlignmentOrigin class methodsFor:'documentation'!
   237 
   238 
   238 version
   239 version
   239     ^ '$Header: /cvs/stx/stx/libview2/AlignmentOrigin.st,v 1.9 1996-04-22 11:01:24 cg Exp $'
   240     ^ '$Header: /cvs/stx/stx/libview2/AlignmentOrigin.st,v 1.10 1996-04-25 11:09:36 cg Exp $'
   240 ! !
   241 ! !