prompt-bool

Name

prompt-bool -- Prompt with PROMPT for a boolean value, and call PROC with result if Ok button is clicked.

Synopsis

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

Description

Prompt with PROMPT for a boolean value, and call PROC with result if Ok button is clicked.

Implementation Notes

Module: (app scwm prompt-bool)

Defined in scheme/prompt-bool.scm at line 43 (CVS log)