tk_entry.dialog {utilitiesR}R Documentation

tcltk modal dialog to get user input

Description

tcltk modal dialog to get user input

Usage

  tk_entry.dialog(title, message, default = "",
    entryWidth = 20)

Arguments

title

title of the dialog

message

message put to the user

default

default value of the dialog

entryWidth

????

Value

whatever the user typed in as a character string.

Note

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

See Also

Other ui: dir.browse, file.browse, Filters, gui.dir.choose, gui.file.choose, gui.menu, gui.readline, gui.yesno, tk_select.list


[Package utilitiesR version 2.0 Index]