tk_entry.dialog {utilitiesR} | R Documentation |
tcltk modal dialog to get user input
tk_entry.dialog(title, message, default = "", entryWidth = 20)
title |
title of the dialog |
message |
message put to the user |
default |
default value of the dialog |
entryWidth |
???? |
whatever the user typed in as a character string.
from here: http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/modalDialog.html
Other ui: dir.browse
,
file.browse
, Filters
,
gui.dir.choose
,
gui.file.choose
, gui.menu
,
gui.readline
, gui.yesno
,
tk_select.list