prompt-integer-range

Name

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

Synopsis

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

Description

Prompt using PROMPT for an integer value in RANGE, and call PROC with value if Ok is clicked. RANGE is a cons cell (low . high); 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 59 (CVS log)