(prompt-string prompt proc #&key (initval #f) (title "prompt-string"))
Use PROMPT as prompt in text entry widget and call PROC with the entered string. E.g., (prompt-string "Enter new name" (lambda (nm) (set-window-title! w nm)))
Module: (app scwm prompt-string)
Defined in scheme/prompt-string.scm at line 35 (CVS log)