definition:
|
Button :: (GuiPort -> IO ()) -> [ConfItem] -> Widget
Button cmd confs = PlainButton (Cmd cmd : confs)
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- A button with an associated event handler which is activated
--- if the button is pressed.
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_) |-> {PlainButton}}
|
name:
|
Button
|
precedence:
|
no precedence defined
|
result-values:
|
{PlainButton}
|
signature:
|
(GuiPort -> Prelude.IO ()) -> [ConfItem] -> Widget
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
reducible on all ground data terms
|