Finds an editor-pane in an interface.
capi
interface-editor-pane interface => pane
interface⇩ |
An instance of a subclass of interface. |
pane |
An editor-pane or nil . |
The generic function interface-editor-pane
finds the first pane of interface that is an editor-pane, and returns it.
If there is no editor-pane, then interface-editor-pane
returns nil
.
interface-editor-pane
may be useful when you need to apply an editor command in the process of some "random" interface, in which case you can use call-editor with the result of interface-editor-pane
(if it is not nil
).
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42