definition: |
getValue :: WidgetRef -> GuiPort -> IO String getValue (WRefLabel var _) gport = getWidgetVar var gport |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Gets the (String) value of a variable in a GUI. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({WRefLabel},_) |-> _} |
name: |
getValue |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
WidgetRef -> GuiPort -> Prelude.IO String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |