
1 CAPI Reference Entries
editor-pane-buffer function returns the editor buffer associated with an editor pane.
editor-pane-buffer pane
(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...")
editor-pane

Generated with Harlequin WebMaker