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

Prev:<border-button> ( label quot: ( button -- ) -- button )
Next:<command-button> ( target gesture command -- button )


Vocabulary
ui.gadgets.buttons

Inputs
labelan object
quota quotation with stack effect ( button -- )


Outputs
buttona repeat-button


Word description
Creates a new button derived from a <border-button> which calls the quotation every 100 milliseconds as long as the mouse button is held down.

Definition