prompt-bool-hbox

Name

prompt-bool-hbox -- Create and return a boolean-prompting hbox and button.

Synopsis

(prompt-bool-hbox prompt initval)

Description

Create and return a boolean-prompting hbox and button. hbox is the gtk container widget, selected-proc?? is a proc that when invoked returns #t or #f depending on the state of the boolean displayed in hbox. The returned value is a list: (hbox getter). See also prompt-bool.

Implementation Notes

Module:

Defined in scheme/prompt-bool.scm at line 52 (CVS log)