request-focus ( gadget -- )
Factor handbook » UI framework » Implementing new gadgets » UI gestures » Keyboard focus

Next:focusable-child* ( gadget -- child/f )


Vocabulary
ui.gadgets

Inputs
gadgeta gadget


Outputs
None

Word description
Gives keyboard focus to the focusable-child of the gadget. This may result in lose-focus and gain-focus gestures being sent.

Definition