selectDialog {dynamicGraph}R Documentation

Dialog window for selection between items

Description

Dialog window for selection between items.

Usage

selectDialog(title = "Selection entry", question = "Select item",
             itemNames, top = NULL, returnValOnCancel = "ID_CANCEL", 
             do.grab = FALSE)

Arguments

title Text string for the title bar of the appering window.
question Text string for the question.
itemNames Default value of answer.
top Text string for the TclTk top.
returnValOnCancel Text string for the returned value on Cancel.
do.grab Logical. tkgrab.set resulted in fail for some systems.

Value

An integer, or returnValOnCancel.

Author(s)

From the examples compiled by James Wettenhall.

References

http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/modalDialog.html

See Also

modalDialog.


[Package dynamicGraph version 0.2.2.4 Index]