Gets and sets the recent items in a text-input-pane on Cocoa.
capi
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
text-input-pane⇩ |
A text-input-pane with recent items. |
list-of-strings⇩ |
A list of strings. |
list-of-strings⇩ |
A list of strings. |
The accessor text-input-pane-recent-items
gets and sets the recent items in text-input-pane, which must have 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 (Unix version) - 01 Dec 2021 19:32:42