grid-child ( grid pair -- gadget )
Factor handbook » UI framework » Building user interfaces » Gadget hierarchy and layouts » Grid layouts

Prev:grid-remove ( grid pair -- grid )
Next:Grid lines


Vocabulary
ui.gadgets.grids

Inputs
grida grid
paira pair with shape { col row }


Outputs
gadgeta gadget


Word description
Outputs the child gadget at the specified location.

Errors
Throws an error if the indices are out of bounds.

Definition