¤ buttonF, Click

Types

buttonF :: (Graphic a) => a -> F Click Click
data Click = Click
instance Eq Click
instance Ord Click
instance Show Click

Synopsis

buttonF text

Description

buttonF is a simple command button displaying a text.

Input

Clicks on the input are propagated to the output.

Output

When pressed, it will emit a Click

Arguments

text :: a
The button text.

Example

 buttonF "Nisse Hult"

See Also

Customisable version: buttonF'.

Related fudgets: menuF, toggleButtonF,radioGroupF.