NextPrevUpTopContentsIndex

listener-pane

Class
Package

capi

Superclasses

interactive-pane

Description

A listener pane is an editor pane that accepts Lisp forms, entered by the user at a prompt, which it then evaluates. All of the output that is sent to *standard-output* is sent to the listener, and finally the results of the evaluation are displayed.

Example
(capi:contain (make-instance 'capi:listener-pane)
              :best-width 300 :best-height 200)
See also

collector-pane
interactive-pane


LispWorks CAPI Reference Manual - 17 Mar 2008

NextPrevUpTopContentsIndex