Handbook Glossary
factorcode.org
gadget-text-separator ( gadget -- str )


Vocabulary
ui.gadgets

Inputs
gadgetan object


Outputs
stran object


Definition
IN: ui.gadgets

GENERIC: gadget-text-separator ( gadget -- str )


Methods
USING: accessors kernel ui.gadgets ;

M: gadget gadget-text-separator
orientation>> vertical = "\n" "" ? ;