seeking guidance on Layout

Lex Spoon lex at cc.gatech.edu
Sat May 14 00:03:47 UTC 2005


karl <karl.ramberg at chello.se> wrote:
> The table layout in Squeak is pretty basic and is hard to controll if 
> you want an exact layout.
> Use proportional layout for anything you want to have controll over.

Also, you can always write your own layout object that implements the
rules in code.  You just need to implement a subclass of LayoutPolicy
and override layout:in: .  If you have tricky requirements, this can be
easier than trying to be extremely clever with the existing layout
policies.

-Lex



More information about the Squeak-dev mailing list