Layout.st
changeset 96 948318b2fbd4
parent 94 8888ddd11323
child 114 e577a2f332d0
equal deleted inserted replaced
95:e826b75673e6 96:948318b2fbd4
    40     origin/corner/extents, these mechanisms are now being removed from the
    40     origin/corner/extents, these mechanisms are now being removed from the
    41     view itself into geometry controlling objects, which are given a superviews
    41     view itself into geometry controlling objects, which are given a superviews
    42     size and are to return a components size upon request.
    42     size and are to return a components size upon request.
    43     This allows more flexible geometry management, since any algorithm can
    43     This allows more flexible geometry management, since any algorithm can
    44     be implemented (if the existing ones are not sufficient, add you own subclass
    44     be implemented (if the existing ones are not sufficient, add you own subclass
    45     and instal it as layout-object in your view).
    45     and install it as layout-object in your view).
    46 
    46 
    47     See more info & examples in concrete subclasses:
    47     See more info & examples in concrete subclasses:
    48 	LayoutOrigin LayoutFrame AlignmentOrigin
    48 	LayoutOrigin LayoutFrame AlignmentOrigin
    49 
    49 
    50     Notice: this class was implemented using protocol information
    50     Notice: this class was implemented using protocol information
    54 "
    54 "
    55 !
    55 !
    56 
    56 
    57 version
    57 version
    58 "
    58 "
    59 $Header: /cvs/stx/stx/libview2/Layout.st,v 1.5 1995-08-29 16:19:23 claus Exp $
    59 $Header: /cvs/stx/stx/libview2/Layout.st,v 1.6 1995-08-29 17:44:04 claus Exp $
    60 "
    60 "
    61 ! !
    61 ! !
    62 
    62 
    63 !Layout class methodsFor:'instance creation'!
    63 !Layout class methodsFor:'instance creation'!
    64 
    64