NextPrevUpTopContentsIndex

4.4.1 Collector panes

A collector pane displays anything printed to the stream associated with it. Background output windows, for instance, are examples of collector panes.

  1. (contain (make-instance 'collector-pane
    :title "Example collector pane:"))
  2. (princ "abc" (collector-pane-stream *))

LispWorks CAPI User Guide (Windows version) - 17 Mar 2008

NextPrevUpTopContentsIndex