mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
12 lines
No EOL
196 B
Text
12 lines
No EOL
196 B
Text
using Gtk 4.0;
|
|
using Adw 1;
|
|
|
|
Adw.MessageDialog {
|
|
responses {
|
|
duplicate: _("Hello"),
|
|
duplicate_appearance: _("1") destructive suggested,
|
|
duplicate: _("Goodbye"),
|
|
}
|
|
|
|
responses {}
|
|
} |