Learn R Programming

gWidgets2 (version 1.0-9)

gmessage: Constructor for modal message dialog

Description

Constructor for modal message dialog

generic for toolkit dispatch

Usage

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