get-text-from-user in Dialogs
(get-text-from-user-> string ortitlemessageparentinit-valstyle)#f
title: string
message: string or#f
parent=#f:frame%ordialog%object or#f
init-val="": string
style=null: list of symbols in'(password)Gets a text string from the user via a modal dialog, using
parentas the parent window if it is specified. The dialog's title istitle. The dialog's text field is labelled withmessageand initialized toinit-val(butinit-valdoes not determine the size of the dialog).The result is
#fif the user cancels the dialog, the user-provided string otherwise.If
styleincludes'password, the dialog's text field draws each character of its content using a generic symbol, instead of the actual character.