ยค bufferButtonF

Types

bufferButtonF :: Graphic lbl => lbl -> F d d

Synopsis

bufferButtonF label

Description

bufferButtonF creates a button that outputs a buffered value when pressed.

Input

values to be buffered. The buffer starts empty.

Output

the value in the buffer is output when the button is pressed. No output is produced when the bufffer is empty.

Arguments

label :: lbl
The button label.

See Also

Customisable version: bufferButtonF'.

Regular buttons: buttonF.