1 CAPI Reference Entries
interactive-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.
editor-pane
listener-pane
stream
top-level-function
The input processing function.
interactive-pane-stream
interactive-pane-top-level-function
top-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.
interactive-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.
collector-pane
Generated with Harlequin WebMaker