1 CAPI Reference Entries

interactive-pane

Class

Summary

Aninteractive-pane is an editor with a process reading and processing input, and that collects any output into itself. The classlistener-pane is built upon this, and adds functionality for handling Lisp forms.

Superclasses

editor-pane

Subclasses

listener-pane

Slots

stream
The stream used for I/O.

top-level-function

The input processing function.

Readers

interactive-pane-stream

interactive-pane-top-level-function

Description

Thetop-level-function is called to process any input that comes into the stream. The first argument is the interface containing the interactive pane. The second argument is the interactive pane itself. The third argument is the Common Lisp I/O stream. The function should read from the stream to activate the interactive-pane. The default runs a Lisp listener top-loop.

Compatibility Note

This class was namedinteractive-stream in LispWorks 3.2 but has been renamed to avoid confusion (this class is not a stream but a pane that contains a stream). The classinteractive-stream and its accessors have been kept for compatibility but may be dropped in future versions of LispWorks.

See Also

collector-pane


CAPI Reference Manual, Liquid Common Lisp Version 5.0 - 3 OCT 1997

Generated with Harlequin WebMaker