All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

text-input-pane-recent-items Accessor

Summary

Gets and sets the recent items in a text-input-pane on Cocoa.

Package

capi

Signature

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

Arguments
text-input-pane
A text-input-pane with recent items.
list-of-strings
A list of strings.
Values
list-of-strings
A list of strings.
Description

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.

Notes

text-input-pane-recent-items is implemented only on Cocoa.

text-input-pane-recent-items does not work properly before the pane is displayed.

See also

text-input-pane
text-input-pane-set-recent-items


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57