next up previous
Next: Event handlers Up: CMUCL Motif Toolkit Previous: Callbacks

Action procedures

Action procedures can be registered in translation tables as in the following example:

	<Key> q: Lisp(SOME-PACKAGE:MY-FUNCTION)\n

The generating X event can be accessed within the action handler using:

	(with-action-event (event call-data)
	  ... use event here ...
	)



Peter Van Eynde 2000-02-08