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