prompting-shell

Name

prompting-shell -- Create a GTk+ shell window and return a procedure that closes it.

Synopsis

(prompting-shell proc title hbox getter)

Description

Create a GTk+ shell window and return a procedure that closes it. PROC is the procedure to run when the okay button is clicked, and it is called with a single argument, the result of applying GETTER to no arguments. TITLE is the title of the window, and HBOX is a Gtk HBox widget that the shell should contain.

Implementation Notes

Module:

Defined in scheme/prompting-shell.scm at line 28 (CVS log)