gconfirm {gWidgets2}R Documentation

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

gmessage, gconfirm, gbasicdialog, galert


[Package gWidgets2 version 1.0-9 Index]