AlertDialog.show
void show(gtk.window.Window parent = null)Show the alert to the user.
This function is a simple version of [gtk.alert_dialog.AlertDialog.choose] intended for dialogs with a single button. If you want to cancel the dialog or if the alert has more than one button, you should use that function instead and provide it with a #GCancellable or callback respectively.
Parameters
parent | the parent [gtk.window.Window] |