Handbook
Glossary
<styled-label> ( style text -- gadget )
Vocabulary
ui
.
gadgets
.
panes
.
private
Inputs
style
an
object
text
an
object
Outputs
gadget
an
object
Definition
USING:
accessors
kernel
ui.gadgets.labels
;
IN:
ui.gadgets.panes.private
:
<styled-label>
( style text -- gadget )
styled-label
new-label
over
>>style
apply-font-style
apply-background-style
apply-image-style
apply-presentation-style
nip
;