get-ps-setup-from-user in Dialogs
(get-ps-setup-from-user->messageparentinit-setupstyle)ps-setup%object or#f
message=#f: string or#f
parent=#f:frame%ordialog%object or#f
init-setup=#f:ps-setup%object or#f
style=null: an empty list of symbolsLets the user select a PostScript configuration though a (modal) dialog, using
parentas the parent window if it is specified. Themessagestring is displayed as a prompt in the dialog. Ifinit-setupis provided, the dialog is initialized to the given configuration, otherwise the current configuration fromcurrent-ps-setupis used.The
styleargument is provided for future extensions. Currently,stylemust be the empty list.The result is
#fif the user cancels the dialog, , aps-setup%object that encapsulates the selected PostScript configuration otherwise.