Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

<pointer-boundary-event>

Sealed instantiable class

Summary

The class that corresponds to a pointer motion event that crosses a sheet boundary.

Superclasses

<pointer-motion-event>

Init-keywords

kind:
An instance of type one-of(#"ancestor", #"virtual", #"inferior", #"nonlinear", #"nonlinear-virtual", #f). Default value: #f.

Library

duim-sheets

Module

duim-sheets

Description

The class that corresponds to a pointer motion event that crosses some sort of sheet boundary.

The kind: init-keyword represents the boundary event kind. These correspond to the detail members for X11 enter and exit events.

Operations

The following operation is exported from the DUIM-Sheets module.

boundary-event-kind

See also

boundary-event-kind, page 211

<pointer-enter-event>, page 325

<pointer-exit-event>, page 326


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index