Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

find-display

Function

Summary

Returns a suitable display for the specified port and server-path criteria.

Signature

find-display #key server-path port orientation units => display

Arguments

server-path
An instance of type <symbol>. Default value: #(#"local").

port
An instance of type <port>.

orientation
An instance of type one-of(#"default"). Default value: #"default".

units
An instance of type one-of(#"device", #"pixels", #"mm"). Default value: #"device".

Values

display
An instance of type <display>.

Library

duim-sheets

Module

duim-sheets

Description

Returns a suitable display for the specified port and server-path criteria.

The orientation and units arguments can be used to specify the orientation and display units that the returned display needs to use.

See also

find-port, page 271


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index