Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

make-frame-manager

Generic function

Summary

Returns an instance of <frame-manager> on the specified port.

Signature

make-frame-manager port #key palette => framem

Arguments

port
An instance of type <port>.

palette
An instance of type <palette>.

Values

framem
An instance of type <frame-manager>.

Library

duim-sheets

Module

duim-sheets

Description

Returns an instance of <frame-manager> on port. If specified, the palette described by palette is used.

See also

<frame-manager>, page 277


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index