Package org.gnome.gtk

Class AlertDialog

java.lang.Object
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class AlertDialog extends GObject
A GtkAlertDialog object collects the arguments that are needed to present a message to the user.

The message is shown with the choose(org.gnome.gtk.Window, org.gnome.gio.Cancellable, org.gnome.gio.AsyncReadyCallback) function.

If you don't need to wait for a button to be clicked, you can use show(org.gnome.gtk.Window).