Handbook
Glossary
line-gadget? ( object -- ? )
Factor handbook
»
UI framework
»
Implementing new gadgets
»
Gadget line support
Prev:
line-gadget
Next:
new-line-gadget ( class -- gadget )
Vocabulary
ui
.
gadgets
.
line-support
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
line-gadget
class.
Definition
USING:
classes.tuple.private
;
IN:
ui.gadgets.line-support
:
line-gadget?
( object -- ? )
\
line-gadget
11
tuple-instance?
;