Track layouts
Factor handbook » UI framework » Building user interfaces » Gadget hierarchy and layouts

Prev:Pack layouts
Next:Grid layouts


Track gadgets are like Pack layouts except each child is resized to a fixed multiple of the track's dimension.
track


Creating empty tracks:
<track> ( orientation -- track )


Adding children:
track-add ( track gadget constraint -- track )