buttonF :: Graphic lbl => lbl -> F Click Click data Click = Click instance Eq Click instance Ord Click instance Show Click
buttonF label
buttonF
is a simple command button displaying a text.
Click
s on the input are propagated to the output.
Click
label :: lbl
buttonF "Nisse Hult"
Related fudgets: menuF, toggleButtonF,radioGroupF.