definition:
|
setConfig :: WidgetRef -> ConfItem -> GuiPort -> IO ()
setConfig (WRefLabel var wtype) confitem gport =
send2tk (config2tcl wtype (wRefname2Label var) confitem) gport
|
demand:
|
arguments 1 3
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Changes the current configuration of a widget
--- (deprecated operation, only included for backward compatibility).
--- Warning: does not work for Command options!
|
failfree:
|
<FAILING>
|
indeterministic:
|
might be indeterministic
|
infix:
|
no fixity defined
|
iotype:
|
{({WRefLabel},_,_) |-> _}
|
name:
|
setConfig
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
WidgetRef -> ConfItem -> GuiPort -> Prelude.IO ()
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|