selectDialog {dynamicGraph} | R Documentation |
Dialog window for selection between items.
selectDialog(title = "Selection entry", question = "Select item", itemNames, top = NULL, returnValOnCancel = "ID_CANCEL", do.grab = FALSE)
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. |
An integer, or returnValOnCancel
.
From the examples compiled by James Wettenhall.
http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/modalDialog.html