[BUG][FIX]SelectionMorph organizeInto[Row/Column] ( [er][sm][et][approved] Looks good, fixes an annoying bug. )

Lic. Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Sun Aug 22 12:01:32 UTC 2004


Ned , I miss bug but you do this ?

organizeIntoColumn
    "Place my objects in a column-enforcing container"


    
    ^ self layoutPolicy: TableLayout new;
        listDirection: #topToBottom;
        hResizing: #spaceFill;
        vResizing: #shrinkWrap

And similar to Row and avoid AlignmentMorph?

Edgar




More information about the Squeak-dev mailing list