Modifies the recent items list in a text-input-pane on Cocoa.
The function
text-input-pane-delete-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
). It deletes from the recent items any item that matches any of the strings (compared using
cl:string-equal
), using text-input-pane-set-recent-items with
where
=
:delete
.
CAPI Reference Manual - 15 Dec 2011