Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

call-in-frame

Generic function

Summary

Calls the specified function with the given arguments in the main thread of the frame.

Signature

call-in-frame frame function #rest args => ()

Arguments

frame
An instance of type <frame>.

function
An instance of type <function>.

args
Instances of type <object>.

Values

None.

Library

duim-frames

Module

duim-frames

Description

Calls function with the given arguments in the main thread of frame.

See also

apply-in-frame, page 713


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index