Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkMessageDialogNew

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

transient parent, or NULL for none. [ allow-none ]

flags

flags

type

type of message

buttons

set of buttons to use

...

a new GtkMessageDialog. [ transfer none ]

Value

[GtkWidget] a new GtkMessageDialog. [ transfer none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.