Handbook
Glossary
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
grid
a
grid
pair
a pair with shape
{ col row }
Outputs
gadget
a
gadget
Word description
Outputs the child gadget at the specified location.
Errors
Throws an error if the indices are out of bounds.
Definition
USING:
sequences
ui.gadgets.grids.private
;
IN:
ui.gadgets.grids
:
grid-child
( grid pair -- gadget )
grid@
nth
;