using Gtk 4.0; using Adw 1; Adw.AlertDialog { responses [ cancel: _("Cancel") disabled disabled, ok: _("Ok") destructive suggested, ] }