Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

<keyboard-gesture>

Sealed instantiable class

Summary

The base class of all keyboard gestures.

Superclasses

<gesture>

Init-keywords

keysym:
An instance of type <symbol>.

modifier-state:
An instance of type <integer>.

Library

duim-sheets

Module

duim-sheets

Description

The base class of all keyboard gestures.

The keysym: init-keyword represents the keysym for the gesture, and the modifier-state: init-keyword represents its modifier state.

Operations

gesture-keysym

See also

gesture-keysym, page 282

gesture-modifier-state, page 283


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index