All Manuals > CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

text-input-pane-replace-recent-items

Function
Summary

Modifies the recent items list in a text-input-pane on Cocoa.

Signature

text-input-pane-replace-recent-items text-input-pane &rest strings

Arguments

text-input-pane

A text-input-pane with recent items.

strings

Strings.

Values

There is no meaningful return value.

Description

The function text-input-pane-replace-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 ), using text-input-pane-set-recent-items with where = :replace .

text-input-pane-replace-recent-items replaces the recent items in the pane by the strings. It has the same effect as (setf text-input-pane-recent-items) , but takes the strings as &rest arguments.

Notes

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

See also

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


CAPI Reference Manual - 15 Dec 2011

NextPrevUpTopContentsIndex