gconfirm: Constructor for modal dialog to get confirmation

Description Usage Arguments Value See Also

View source: R/dialogs.R

Description

Constructor for modal dialog to get confirmation

generic for toolkit dispatch

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
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


gWidgets2 documentation built on Jan. 11, 2022, 1:07 a.m.