Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

sheet-event-queue

Generic function

Summary

Returns the event queue of the specified sheet.

Signature

sheet-event-queue sheet => event-queue

Arguments

sheet
An instance of type <sheet>.

Values

event-queue
An instance of type <event-queue>.

Library

duim-sheets

Module

duim-sheets

Description

Returns the event mask of sheet. This is a list of all the events that are currently queued ready for execution.

See also

sheet-event-mask, page 353


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index