style-label ( style gadget -- gadget )


Vocabulary
ui.gadgets.panes.private

Definition
USING: kernel ;

IN: ui.gadgets.panes.private

: style-label ( style gadget -- gadget )
apply-font-style apply-background-style
apply-presentation-style apply-image-style nip ; inline