
1 CAPI Reference Entries
output-pane
interactive-pane
collector-pane
text
enabledt the editor pane will accept input from the mouse and keyboard.
buffer-name
editor-pane-text
editor-pane-enabled
editor-pane-text is provided to read and write the text in the editor buffer. The accessoreditor-pane-enabled is used to enable and disable the editor (when it is disabled, it ignores all input from the mouse and keyboard).
buffer-name. If abuffer-name is not passed, then the editor creates a buffer with a unique name and uses that.
(capi:contain (make-instance 'capi:editor-pane
:text "Hello world"))
(setq editor (capi:contain
(make-instance 'capi:editor-pane
:text "Hello world"
:enabled nil)))
(setf (capi:editor-pane-enabled editor) t)
(setf (capi:editor-pane-text editor)
"New text")
capi/elements/editor-pane.lisp
call-editormodify-editor-pane-buffer

Generated with Harlequin WebMaker