<toolbar> ( target -- toolbar )
Factor handbook » UI framework » Building user interfaces » Pre-made UI gadgets » Button gadgets

Prev:<command-button> ( target gesture command -- button )
Next:button-pen


Vocabulary
ui.gadgets.toolbar

Inputs
targetan object


Outputs
toolbara gadget


Word description
Creates a row of <command-button> gadgets invoking commands on target. The commands are taken from the "toolbar" command group of the target's class.

Definition