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

NextPrevUpTopContentsIndex

prompt-for-items-from-list

Function
Summary

Prompts with a choice of items.

Package

capi

Signature

prompt-for-items-from-list items message &key pane-args popup-args interaction choice-class continuation => result , successp

Arguments

items

A sequence.

message

A string.

pane-args

Arguments to pass to the pane.

popup-args

Arguments to pass to the confirmer.

interaction

One of :single-selection, :multiple-selection, or :extended-selection.

choice-class

A class name.

continuation

A function or nil.

Description

The function prompt-for-items-from-list is similar to prompt-with-list . interaction defaults to :extended-selection.

See also

prompt-with-list


CAPI User Guide and Reference Manual (Unix version) - 25 Feb 2015

NextPrevUpTopContentsIndex