Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

sheet-withdrawn?

Generic function

Summary

Returns true if the specified sheet has been withdrawn from the display.

Signature

sheet-withdrawn? sheet => withdrawn?

Arguments

sheet
An instance of type <sheet>.

Values

withdrawn?
An instance of type <boolean>.

Library

duim-sheets

Module

duim-sheets

Description

Returns true if sheet has been withdrawn from the display, and is no longer mapped.

See also

sheet-mapped?, page 355


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index