next-elt ( loc document elt -- newloc )
Factor handbook » UI framework » Building user interfaces » Pre-made UI gadgets » Editor gadgets » Documents » Document elements

Prev:prev-elt ( loc document elt -- newloc )


Vocabulary
documents.elements

Inputs
loca pair of integers
documenta document
eltan element


Outputs
newloca pair of integers


Generic word contract
Outputs the location of the first occurrence of the element following loc.

See also
prev-elt

Definition

GENERIC: next-elt ( loc document elt -- newloc )


Methods