prompt-range

Name

prompt-range -- Prompt using PROMPT for a numeric value in RANGE, and call PROC with value if Ok is clicked.

Synopsis

(prompt-range prompt range proc #&key
			      (initval #f)
			      (title #f)
			      (digits 1))

Description

Prompt using PROMPT for a numeric value in RANGE, and call PROC with value if Ok is clicked. RANGE is a cons cell (low . hight); ranges are inclusive. INITVAL is a default initial value. TITLE is a window title.

Implementation Notes

Module: (app scwm prompt-range)

Defined in scheme/prompt-range.scm at line 46 (CVS log)