Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

apply-in-frame

Generic function

Summary

Applies the specified function to the given arguments in the main thread of the frame.

Signature

apply-in-frame frame function arg #rest args => ()

Arguments

frame
An instance of type <frame>.

function
An instance of type <function>.

arg
An instance of type <object>.

args
Instances of type <object>.

Values

None.

Library

duim-frames

Module

duim-frames

Description

Applies function to the given arguments in the main thread of frame. You must supply at least one argument (arg), though you can optionally supply as many additional arguments as you like.

See also

call-in-frame, page 713


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index