prompt-font

Name

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

Synopsis

(prompt-font prompt proc #&key
			      (initval #f)
			      (title #f))

Description

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

Implementation Notes

Module: (app scwm prompt-font)

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