Joseph Blatter wrote:
> ... I don't see another
> solution to this problem other than adding all the
> controls as instance variables which is a solution not
> elegant/convenient/feasible for me.
I sometimes use a dictionary, e.g.:
initialize
children := IdentityDictionary
children
^children values
renderXYZ
...
children at: #part1 put: MyPart new