pane-cell-stream? ( object -- ? )


Vocabulary
ui.gadgets.panes.private

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the pane-cell-stream class.

Definition
USING: classes.tuple.private ;

IN: ui.gadgets.panes.private

: pane-cell-stream? ( object -- ? )
\ pane-cell-stream 11 tuple-instance? ;