Handbook
Glossary
gadget-child ( gadget -- child )
Factor handbook
»
UI framework
»
Building user interfaces
»
Gadget hierarchy and layouts
»
Layout basics
Prev:
clear-gadget ( gadget -- )
Next:
nth-gadget ( n gadget -- child )
Vocabulary
ui
.
gadgets
Inputs
gadget
a
gadget
Outputs
child
a
gadget
Word description
Outputs the first child of the gadget. Typically this word is used with gadgets which are known to have only one child.
Definition
USING:
accessors
sequences
;
IN:
ui.gadgets
:
gadget-child
( gadget -- child )
children>>
first
;
inline