<colored-labeled-gadget> ( content title color -- labeled )
Factor handbook » UI framework » Building user interfaces » Pre-made UI gadgets » Labeled gadgets

Prev:<labeled-gadget> ( content title -- labeled )
Next:<framed-labeled-gadget> ( content title color -- labeled )


Vocabulary
ui.gadgets.labeled

Inputs
contenta gadget
titlea string
colora color


Outputs
labeleda labeled-gadget


Word description
Creates a new labeled-gadget displaying content with title on top, adding a color colored divider between title bar and content.

Definition