mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-21 23:19:24 -04:00
11 lines
129 B
Text
11 lines
129 B
Text
using Gtk 4.0;
|
|
using Adw 1;
|
|
|
|
Adw.AlertDialog dialog1 {
|
|
responses [
|
|
ok: "Ok",
|
|
cancel: "Cancel",
|
|
]
|
|
}
|
|
|
|
Button cancel {}
|