CurryInfo: gui-3.0.0 / Graphics.UI.TextEditScroll

definition:
TextEditScroll :: [ConfItem] -> Widget
TextEditScroll confs =
   matrix [[TextEdit ([WRef txtref, Fill]++confs),
               ScrollV txtref [FillY]],
              [ScrollH txtref [FillX]]]     where txtref free
demand:
no demanded arguments
deterministic:
possibly non-deterministic operation
documentation:
--- A text edit widget with vertical and horizontal scrollbars.
--- The argument contains the configuration options for the text edit widget.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
TextEditScroll
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