Hi folks,
My program uses a splitter widget (a container which has two child
widgets and allows the user to resize the children by dragging the
splitter). I was wondering how best to implement a splitter container
using ASL?
Should I somehow tell Eve not to worry about the direct children of
the splitter, or should I get the splitter to somehow communicate with
Eve the sizes and locations of the children (and rely on Eve to resize
the children). It seems like I could just not tell Eve about the
splitter's children -- but what if the splitter's children are rows or
columns which need to have sizes calculated by Eve (rather than a
single widget)?
Thanks,
Ralph
|