Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

sheet-mapped?-setter

Generic function

Summary

Specifies whether the specified sheet is mapped.

Signature

sheet-mapped?-setter mapped? sheet => boolean

Arguments

mapped?
An instance of type <boolean>.

sheet
An instance of type <sheet>.

Values

boolean
An instance of type <boolean>.

Library

duim-sheets

Module

duim-sheets

Description

Specifies whether sheet is mapped, that is, displayed on screen (issues of occluding windows notwithstanding). If #t, sheet is mapped, if #f, it is not.

See also

sheet-mapped?, page 355


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index