All Manuals > CAPI User Guide > 3 Creating Common Windows > 3.5 Stream panes

NextPrevUpTopContentsIndex

3.5.3 Listener panes

The listener-pane class is a subclass of interactive-stream , and allows you to create interactive Common Lisp sessions. You may occasionally want to include a listener pane in a tool (as, for instance, in the LispWorks IDE Debugger).

(contain (make-instance 'listener-pane
                        :title "Listener:"))

CAPI User Guide (Unix version) - 30 Aug 2011

NextPrevUpTopContentsIndex