Next Prev Up Top Contents Index

3.4.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 Common LispWorks Debugger).

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

LispWorks CAPI User Guide - 14 Dec 2001

Next Prev Up Top Contents Index