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

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.
Values
result
A list.
successp
A boolean.
Description

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

See prompt-with-list for how items, message, pane-args, popup-args, interaction, choice-class and continuation are used.

See also

prompt-with-list


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