| collapse: *none,
before, after
Splitters can have a collapser if requested. This is a small widget
that when clicked causes the splitter to collapse the child before or after
it. Example.
resizeafter: *closest,
farest, grow
This attribute only applies when there are more than one splitter
in a box. When the splitter is dragged to the right or down, and resizeafter=closest
the child in the box just to the right of the splitter will be resized.
If the resizeafter=farest the very last child in the box will be resized.
If the resizeafter=grow then the entire box will get larger. Example
resizebefore: *closest,
farest
This works exactly the same as resizeafter except in the other direction.
If the value is closest and the splitter is resized then the child immediately
to the left (or top) will resize. If the value is farest then the very
first child in the box will get resized. Example
*=default if no value is specified.
|