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 (Windows version) - 18 Feb 2025 15:35:34