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


LispWorks CAPI Reference Manual - 17 Mar 2008

NextPrevUpTopContentsIndex