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

gconfirm

Constructor for modal dialog to get confirmation


Description

Constructor for modal dialog to get confirmation

generic for toolkit dispatch

Usage

gconfirm(msg, title = "Confirm", icon = c("info", "warning", "error",
  "question"), parent = NULL, ..., toolkit = guiToolkit())

.gconfirm(toolkit, msg, title = "Confirm", icon = c("info", "warning",
  "error", "question"), parent = NULL, ...)

Arguments

msg

Character. Message to display.

title

Character. Title of window

icon

which icon to display

parent

gives hint as to where to place dialog

...

ignored

toolkit

toolkit

Value

logical inidicating confirmation

See Also


gWidgets2

Rewrite of gWidgets API for Simplified GUI Construction

v1.0-8
GPL (>= 3)
Authors
John Verzani
Initial release

We don't support your browser anymore

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