Prompts with a choice of items.
capi
prompt-for-items-from-list items message &key pane-args popup-args interaction choice-class continuation => result, successp
| 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. |
| result |
A list. |
| successp |
A boolean. |
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.
CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57