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

NextPrevUpTopContentsIndex

text-input-pane-recent-items

Function
Summary

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

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.

Description

The function text-input-pane-recent-items gets and sets the recent items in a text-input-pane that has 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 (Unix version) - 3 Aug 2017

NextPrevUpTopContentsIndex