prompt-file

Name

prompt-file -- Prompt using PROMPT for a file and call PROC with value if Ok is clicked.

Synopsis

(prompt-file prompt proc #&key
			      (initval #f)
			      (title #f)
			      (favorites #f))

Description

Prompt using PROMPT for a file and call PROC with value if Ok is clicked. INITVAL is a default initial file as a string. TITLE is a window title.

Implementation Notes

Module: (app scwm prompt-file)

Defined in scheme/prompt-file.scm at line 31 (CVS log)