Gets and sets the recent items in a text-input-pane on Cocoa.
text-input-pane-recent-items text-input-pane => list-of-strings
(setf text-input-pane-recent-items) list-of-strings text-input-pane => list-of-strings
The function text-input-pane-recent-items
gets and sets the recent items in a text-input-pane that has recent-items. (see text-input-pane initargs :search-field
, :recent-items
and :recent-items-name
).
The value
list-of-strings
passed to (setf text-input-pane-recent-items)
must be a list of strings.
text-input-pane-recent-items
is implemented only on Cocoa.
text-input-pane-recent-items
does not work properly before the pane is displayed.
CAPI User Guide and Reference Manual (Macintosh version) - 3 Aug 2017