definition: |
CanvasScroll :: [ConfItem] -> Widget CanvasScroll confs = col [row [Canvas ([WRef cref, Fill]++confs), ScrollV cref [FillY]], ScrollH cref [FillX]] where cref free |
demand: |
no demanded arguments |
deterministic: |
possibly non-deterministic operation |
documentation: |
--- A canvas 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: |
CanvasScroll |
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 |