selectDialog: Dialog window for selection between items

Description Usage Arguments Value Author(s) References See Also

Description

Dialog window for selection between items.

Usage

1
2
3
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.


dynamicGraph documentation built on May 2, 2019, 6:38 a.m.