Learn R Programming

ripa (version 2.0-2)

modalDialog: Modal dialog

Description

Builds a tcltk modal dialog.

Usage

modalDialog(title, question, entryInit, entryWidth = 20, returnValOnCancel = "ID_CANCEL")

Arguments

title
Title of the dialog
question
Question of the dialog
entryInit
The initial entry value
entryWidth
The entry width
returnValOnCancel
Value to be returned on cancel