Handbook
Glossary
inspector-renderer? ( object -- ? )
Vocabulary
ui
.
tools
.
inspector
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
inspector-renderer
class.
Definition
USING:
kernel
;
IN:
ui.tools.inspector
:
inspector-renderer?
( object -- ? )
\
inspector-renderer
eq?
;