empty-output? ( string style -- ? )


Vocabulary
ui.gadgets.panes.private

Definition
USING: assocs io.styles kernel sequences ;

IN: ui.gadgets.panes.private

: empty-output? ( string style -- ? )
[ empty? ] [ image swap key? not ] bi* and ;