Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

boundary-event-kind

Generic function

Summary

Returns the kind of boundary event for the specified event.

Signature

boundary-event-kind event => symbol

Arguments

event
An instance of type <event>.

Values

symbol
An instance of type one-of(#"ancestor", #"virtual", #"inferior", #"nonlinear", #"nonlinear-virtual", #f).

Library

duim-sheets

Module

duim-sheets

Description

Returns the kind of boundary event for event. These correspond to the detail members for X11 enter and exit events.

See also

<pointer-boundary-event>, page 320


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index