Q: How to deal with submorphs in PropotionalLayout ?
by Karl Ramberg other posts by this author
Mar 13 2002 2:26PM messages near this date
Re: Extracting native code from C
|
Re: pruning older versions of a method
Hi,
I'm making a html table using PropotionalLayout.
I have a morph called TableMorph that arrange it's submorphs
called TableDataMorphs.
All that is working but I have problems
with the submorphs of the TableDataMorphs.
How do I tell them to stick in their
owners (TableDataMorph) bounds or frame ?
When I use the TableLayout I can tell stuff to #shrinkWrap or
#spaceFill but I don't find anyting similar for ProportionalLayout.
Karl
|