Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

do-frames

Generic function

Summary

Runs a function on all the frames managed by a given frame manager.

Signature

do-frames function #key port frame-manager => ()

Arguments

function
An instance of type <function>.

port
An instance of type <port>.

frame-manager
An instance of type <frame-manager>.

Values

None

Library

duim-sheets

Module

duim-sheets

Description

Runs a function on all the frames managed by a given frame manager. By default, the current frame manager on the current port is used, unless port or frame-manager are specified.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index