CurryInfo: gui-3.0.0 / Graphics.UI.ListBoxScroll

definition:
ListBoxScroll :: [ConfItem] -> Widget
ListBoxScroll confs =
   matrix [[ListBox ([WRef lbref, Fill]++confs),
               ScrollV lbref [FillY]],
              [ScrollH lbref [FillX]]]     where lbref free
demand:
no demanded arguments
deterministic:
possibly non-deterministic operation
documentation:
--- A list box widget with vertical and horizontal scrollbars.
--- The argument contains the configuration options for the list box widget.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
ListBoxScroll
precedence:
no precedence defined
result-values:
_
signature:
[ConfItem] -> Widget
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms