gmessage: Constructor for modal message dialog

Description Usage Arguments See Also

View source: R/dialogs.R

Description

Constructor for modal message dialog

generic for toolkit dispatch

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
gmessage(
  msg,
  title = "message",
  icon = c("info", "warning", "error", "question"),
  parent = NULL,
  ...,
  toolkit = guiToolkit()
)

.gmessage(toolkit, msg, title = "message", icon = "", parent = NULL, ...)

Arguments

msg

Character. message to display.

title

Character. Title

icon

What icon to show

parent

Hint as to where to display

...

ignored

toolkit

toolkit

See Also

gmessage, gconfirm, gbasicdialog, galert


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