Next Previous Up Top Contents Index

1 CAPI Reference Entries

editor-pane-buffer

Accessor Function

Summary

Theeditor-pane-buffer function returns the editor buffer associated with an editor pane.
Syntax

editor-pane-buffer pane

Description

This accessor function returns the editor buffer associated with an editor pane, which can be manipulated in the standard ways with the routines in the editor package.
Example

(setq editor-pane
      (capi:contain (make-instance 'capi:editor-pane
                                   :text "Hello world")))

(setq buffer (capi:editor-pane-buffer editor-pane)) (editor:buffer-insert-string buffer "Some more text...")

See also

editor-pane

LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker