slot-editor? ( object -- ? )


Vocabulary
ui.gadgets.slots

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the slot-editor class.

Definition
USING: classes.tuple.private ;

IN: ui.gadgets.slots

: slot-editor? ( object -- ? )
\ slot-editor 15 tuple-instance? ;