Handbook
Glossary
selected-line? ( object -- ? )
Vocabulary
ui
.
gadgets
.
editors
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
selected-line
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
ui.gadgets.editors.private
:
selected-line?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
selected-line
eq?
]
[
drop
f
]
if
;