prompt-color

Name

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

Synopsis

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

Description

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

Implementation Notes

Module: (app scwm prompt-color)

Defined in scheme/prompt-color.scm at line 45 (CVS log)