gtkMessageDialogNew {RGtk2}R Documentation

gtkMessageDialogNew

Description

Creates a new message dialog, which is a simple dialog with an icon indicating the dialog type (error, warning, etc.) and some text the user may want to see. When the user clicks a button a "response" signal is emitted with response IDs from GtkResponseType. See GtkDialog for more details.

Usage

gtkMessageDialogNew(parent = NULL, flags, type, buttons, ..., show = TRUE)

Arguments

parent [GtkWindow] transient parent, or NULL for none
flags [GtkDialogFlags] flags
type [GtkMessageType] type of message
buttons [GtkButtonsType] set of buttons to use
... arguments for message.format

Value

[GtkWidget] a new GtkMessageDialog

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]