get-choices-from-user in Dialogs
(get-choices-from-user-> list of exact non-negative integers ortitlemessagechoicesparentinit-choicesstyle)#f
title: string
message: string or#f
choices: list of strings
parent=#f:frame%ordialog%object or#f
init-choices=null: list of exact non-negative integers
style='(single): list of symbols in'(single multiple extended)Gets a list box selection from the user via a modal dialog, using
parentas the parent window if it is specified. The dialog's title istitle. The dialog's list box is labelled withmessageand initialized by selecting the items ininit-choices.The style must contain exactly one of
'single,'multiple, or'extended. The styles have the same meaning as for creating alist-box%object. (For the single-selection style, only the last selection ininit-choicesmatters.)The result is
#fif the user cancels the dialog, the list of selections otherwise.