gtkMessageDialogNew
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.
gtkMessageDialogNew(parent = NULL, flags, type, buttons, ..., show = TRUE)
|
transient parent, or |
|
flags |
|
type of message |
|
set of buttons to use |
|
a new |
[GtkWidget
] a new GtkMessageDialog
. [ transfer none ]
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.