prompt-string

Name

prompt-string -- Use PROMPT as prompt in text entry widget and call PROC with the entered string.

Synopsis

(prompt-string prompt proc #&key
			       (initval #f) (title "prompt-string"))

Description

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)))

Implementation Notes

Module: (app scwm prompt-string)

Defined in scheme/prompt-string.scm at line 35 (CVS log)