Frees the cached display in an output pane.
capi
output-pane-free-cached-display pane => user-info
pane⇩ |
An output-pane. |
user-info⇩ |
A Lisp object. |
The function output-pane-free-cached-display
frees the last cached display in pane. This is useful because the cached display can be large in memory.
output-pane-free-cached-display
returns the user-info that is associated with the cached display. Such user-info can be set either by (setf output-pane-cached-display-user-info)
or by passing user-info to start-drawing-with-cached-display.
output-pane-free-cached-display
also undoes any effect of start-drawing-with-cached-display.
This file illustrates the use of output-pane-free-cached-display
in a drag operation:
(example-edit-file "capi/output-panes/cached-display")
output-pane-cache-display
start-drawing-with-cached-display
12.5 Transient display on output-pane and subclasses
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42