Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

<frame-manager>

Open abstract class

Summary

The class of frame managers.

Superclasses

<object> 

Init-keywords

None.

Library

duim-sheets

Module

duim-sheets

Description

The class of frame managers.

Frame managers control the realization of the look and feel of a frame. The frame manager interprets the specification of the application frame in the context of the available window system facilities, taking into account preferences expressed by the user.

In addition, the frame manager takes care of attaching the pane hierarchy of an application frame to an appropriate place in a window hierarchy.

Thus, the frame manager decides the following:

In addition, a frame manager maps dialog functions such as choose-file to their appropriate native dialogs.

Operations

The following operations are exported from the DUIM-Sheets module.

display frame-manager? frame-manager-frames frame-manager-palette frame-manager-palette-setter port

The following operations are exported from the DUIM-Frames module.

clear-progress-note display-progress-note make-menus-from-command-table

The following operation is exported from the DUIM-DCs module.

find-color

See also

frame-manager, page 278

frame-manager?, page 279


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index