Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

find-frame-manager

Function

Summary

Returns a suitable frame manager for the specified criteria.

Signature

find-frame-manager #rest options #key port server-path class palette => framem

Arguments

options
An instance of type <object>.

port
An instance of type <port>.

server-path
An instance of type <object>.

class
An instance of type <type>.

palette
An instance of type <palette>.

Values

framem
An instance of type <frame-manager>.

Library

duim-sheets

Module

duim-sheets

Description

Returns a suitable frame manager for the specified criteria.

If necessary, you can specify a port, server-path, class, or palette. If any of these are not specified, then the default value is used in each case. The class argument specifies the class of frame manager that should be returned.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index