<track> ( orientation -- track )
Factor handbook » UI framework » Building user interfaces » Gadget hierarchy and layouts » Track layouts

Prev:track
Next:track-add ( track gadget constraint -- track )


Vocabulary
ui.gadgets.tracks

Inputs
orientationan orientation specifier


Outputs
tracka new track


Word description
Creates a new track which lays out children along the given orientation, either horizontal or vertical.

Definition

: <track> ( orientation -- track ) track new-track ;