CurryInfo: gui-3.0.0 / Graphics.UI.EntryScroll

definition:
EntryScroll :: [ConfItem] -> Widget
EntryScroll confs =
   col
    [Entry ([WRef entryref, FillX]++confs),
     ScrollH entryref [Width 10, FillX]]
  where entryref free
demand:
no demanded arguments
deterministic:
possibly non-deterministic operation
documentation:
--- An entry widget with a horizontal scrollbar.
--- The argument contains the configuration options for the entry widget.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
EntryScroll
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