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