modalDialog: Modal dialog

Description Usage Arguments Author(s)

View source: R/RIPA.R

Description

Builds a tcltk modal dialog.

Usage

1
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

Author(s)

Talita Perciano


ripa documentation built on May 29, 2017, 5:39 p.m.

Related to modalDialog in ripa...