blueprint-compiler/tests/sample_errors/adw_alert_dialog_duplicate_flags.blp
2024-02-02 11:03:16 +01:00

9 lines
No EOL
148 B
Text

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