Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

sheet-state

Generic function

Summary

Returns the current state of the specified sheet.

Signature

sheet-state sheet => value

Arguments

sheet
An instance of type <sheet>.

Values

value
An instance of type one-of(#"withdrawn", #"managed", #"mapped", #"unknown").

Library

duim-sheets

Module

duim-sheets

Description

Returns the current state of sheet. The state of a sheet tells you whether the sheet is currently mapped on screen, or whether it has been withdrawn from the list of sheets.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index