¤ buttonF, Click

Buttons

Types

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

Synopsis

buttonF label

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

label :: a
The button label.

Example

 buttonF "Nisse Hult"

See Also

Customisable version: buttonF'.

Related fudgets: menuF, toggleButtonF,radioGroupF.