<list> ( hook presenter model -- gadget )
List gadgets

Prev:list
Next:list-value ( list -- object )


Vocabulary
ui.gadgets.lists

Inputs
hooka quotation with stack effect ( list -- )
presentera quotation with stack effect ( object -- label )
modela model


Outputs
gadgeta list


Word description
Creates a new list.

The model value must be a sequence. The list displays presentations of elements with labels obtained by applying the presenter quotation to each object. The hook quotation is called when a presentation is selected.

Definition