Implements "edit/select operations" and the associated predicates for the active pane.
capi
pane-interface-copy-object pane interface => object, string, plist
pane-interface-copy-p pane interface => boolean
pane-interface-cut-object pane interface
pane-interface-cut-p pane interface => boolean
pane-interface-deselect-all pane interface
pane-interface-deselect-all-p pane interface => boolean
pane-interface-paste-object pane interface
pane-interface-paste-p pane interface => boolean
pane-interface-select-all pane interface
pane-interface-select-all-p pane interface => boolean
pane-interface-undo pane interface
pane-interface-undo-p pane interface => boolean
pane⇩ |
A pane. |
interface⇩ |
The interface of pane. |
object |
A Lisp object. |
string |
A string. |
plist |
A plist. |
boolean |
A generalized boolean. |
The active pane "edit/select operations" call these generic functions when the active pane does not specify how to perform the operation. Do not call these directly.
interface is the top level interface of pane. The predicate functions (those with names ending with -p
) should return true if the operation can be performed. The other functions should perform the operations.
You can implement your own methods specializing on pane and interface classes.
pane-interface-copy-object
are passed to set-clipboard.
active-pane-copy
item-pane-interface-copy-object
set-clipboard
7.6 Edit actions on the active element
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42