mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
13 lines
156 B
Text
13 lines
156 B
Text
using Gtk 4.0;
|
|
|
|
Dialog {
|
|
[action response=yes default]
|
|
Button yes_button {
|
|
|
|
}
|
|
|
|
[action response=no default]
|
|
Button no_button {
|
|
|
|
}
|
|
}
|