Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

display-orientation

Generic function

Summary

Returns the orientation of the specified display.

Signature

display-orientation display => orientation

Arguments

display
An instance of type <display>.

Values

orientation
An instance of type one-of(#"vertical", #"horizontal", #"default").

Library

duim-sheets

Module

duim-sheets

Description

Returns the orientation of display. Unless specified otherwise, the orientation of any display is #"default".

See also

display-depth, page 246

display-height, page 247

display-width, page 252


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index