The function output-pane-free-cached-display
frees the last cached display. 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
Transient display on output-pane and subclasses
CAPI User Guide and Reference Manual (Macintosh version) - 3 Aug 2017