definition:
|
addCanvas :: WidgetRef -> [CanvasItem] -> GuiPort -> IO ()
addCanvas (WRefLabel var wtype) items gport = do
send2tk (config2tcl wtype (wRefname2Label var) (CanvasItems items)) gport
|
demand:
|
arguments 1 3
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Adds a list of canvas items to a canvas referred by the first argument.
|
failfree:
|
<FAILING>
|
indeterministic:
|
might be indeterministic
|
infix:
|
no fixity defined
|
iotype:
|
{({WRefLabel},_,_) |-> _}
|
name:
|
addCanvas
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
WidgetRef -> [CanvasItem] -> GuiPort -> Prelude.IO ()
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|