get-ps-setup-from-user in Dialogs
(get-ps-setup-from-user -> message parent init-setup style)ps-setup% object or #f
message = : string or #f#f
parent = : #fframe% or dialog% object or #f
init-setup = : #fps-setup% object or #f
style = : an empty list of symbolsnull
Lets the user select a PostScript configuration though a (modal)
dialog, using parent as the parent window if it is
specified. The message string is displayed as a prompt in the
dialog. If init-setup is provided, the dialog is initialized to
the given configuration, otherwise the current configuration from
current-ps-setup is used.
The result is #f if the user cancels the dialog, the selected
PostScript configuration otherwise.
The style argument is provided for future extensions. Currently, style must be the empty list.