NextPrevUpTopContentsIndex

3.3.2 Editor panes

Editor panes can be created using the editor-pane element.

(setq editor 
      (make-instance 'editor-pane 
                     :text 
                     "some text in an editor pane"))
(contain editor)

The Common LispWorks Editor, as described in the Common LispWorks User Guide and the LispWorks Editor User Guide , uses editor-pane .

Figure 3.5 An editor pane


LispWorks CAPI User Guide (Windows version) - 11 Mar 2004

NextPrevUpTopContentsIndex