AlertDialog
A GtkAlertDialog
object collects the arguments that are needed to present a message to the user.
The message is shown with the method@Gtk.AlertDialog.choose function.
If you don't need to wait for a button to be clicked, you can use method@Gtk.AlertDialog.show.
Skipped during bindings generation
method
buttons
: Property TypeInfo of getter and setter do not match
Since
4.10
Constructors
Properties
Functions
Finishes the method@Gtk.AlertDialog.choose call and returns the index of the button that was clicked.
Returns the button labels for the alert.
Returns the index of the cancel button.
Returns the index of the default button.
Returns the message that will be shown in the alert.
Sets the button labels for the alert.
Sets the index of the cancel button.
Sets the index of the default button.
Sets the message that will be shown in the alert.