scroll>caret ( editor -- )
Factor handbook » UI framework » Building user interfaces » Pre-made UI gadgets » Editor gadgets » The caret and mark

Prev:remove-selection ( editor -- )


Vocabulary
ui.gadgets.editors

Inputs
editoran editor


Outputs
None

Word description
Ensures that the caret becomes visible in a scroller containing the editor. Does nothing if no parent of gadget is a scroller.

Definition