CurryInfo: gui-3.0.0 / Graphics.UI.Command

definition:
Command :: (GuiPort -> IO [ReconfigureItem]) -> ConfItem
Command cmd = Handler DefaultEvent cmd
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- An event handler that can be associated to a widget.
--- The event handler takes a GUI port as parameter (in order to
--- read or write values from/into the GUI) and returns a list
--- of widget reference/configuration pairs
--- which is applied after the handler in order to configure some GUI widgets.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {Handler}}
name:
Command
precedence:
no precedence defined
result-values:
{Handler}
signature:
(GuiPort -> Prelude.IO [ReconfigureItem]) -> ConfItem
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms