Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

selectDialog

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

See Also


dynamicGraph

dynamicGraph

v0.2.2.6
GPL (>= 2)
Authors
Jens Henrik Badsberg <coco@badsberg.eu>
Initial release
2010/01/30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.