Modifies the recent items list in a text-input-pane on Cocoa.
The function
text-input-pane-replace-recent-items
modifies the recent items list in a text-input-pane that has recent-items (see text-input-pane, initargs
:search-field
,
:recent-items
and
:recent-items-name
), using text-input-pane-set-recent-items with
where
=
:replace
.
text-input-pane-replace-recent-items
replaces the recent items in the pane by the strings. It has the same effect as
(setf text-input-pane-recent-items)
, but takes the strings as
&rest
arguments.
CAPI Reference Manual - 15 Dec 2011