Handbook
Glossary
one-word-elt
Factor handbook
»
UI framework
»
Building user interfaces
»
Pre-made UI gadgets
»
Editor gadgets
»
Documents
»
Document elements
Prev:
char-elt
Next:
word-elt
Vocabulary
documents
.
elements
Class description
An element representing a single word. The
prev-elt
and
next-elt
words return the location of the beginning and the end of the word at the current location.
See also
word-elt
Definition
IN:
documents.elements
SINGLETON:
one-word-elt
Methods
USING:
documents.elements
documents.elements.private
kernel
;
M:
one-word-elt
next-elt
drop
[
f
next-word
]
modify-col
;
USING:
documents.elements
documents.elements.private
kernel
math
;
M:
one-word-elt
prev-elt
drop
[
[
1
-
]
dip
f
prev-word
]
modify-col
;