Handbook
Glossary
<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
label
an
object
quot
a
quotation
with stack effect
( button -- )
Outputs
button
a
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
USING:
ui.gadgets.buttons.private
;
IN:
ui.gadgets.buttons
:
<repeat-button>
( label quot: ( button -- ) -- button )
repeat-button
new-button
border-button-theme
;