<border-button> ( label quot: ( button -- ) -- button )
Factor handbook » UI framework » Building user interfaces » Pre-made UI gadgets » Button gadgets

Prev:<roll-button> ( label quot: ( button -- ) -- button )
Next:<repeat-button> ( label quot: ( button -- ) -- button )


Vocabulary
ui.gadgets.buttons

Inputs
labela label specifier
quota quotation with stack effect ( button -- )


Outputs
buttona button


Word description
Creates a new button with a border which is always visible. The button appearance changes in response to mouse gestures using a button-pen.

See also
<button>, <command-button>, <roll-button>, <presentation>

Definition