Handbook
Glossary
table? ( object -- ? )
Factor handbook
»
UI framework
»
Building user interfaces
»
Pre-made UI gadgets
»
Table gadgets
Prev:
table
Next:
<table> ( rows renderer -- table )
Vocabulary
ui
.
gadgets
.
tables
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
table
class.
Definition
USING:
classes.tuple.private
;
IN:
ui.gadgets.tables
:
table?
( object -- ? )
\
table
13
tuple-instance?
;