Handbook
Glossary
focusable-child ( gadget -- child )
Vocabulary
ui
.
gadgets
Inputs
gadget
a
gadget
Outputs
child
a
gadget
Word description
Outputs the child of the gadget which would prefer to receive keyboard focus.
Definition
USING:
kernel
;
IN:
ui.gadgets
:
focusable-child
( gadget -- child )
dup
focusable-child*
[
nip
focusable-child
]
when*
;