blueprint-compiler/tests/samples/actions.blp
2022-02-02 16:22:57 -06:00

8 lines
111 B
Text

using Gtk 4.0;
Gtk.Dialog {
[action response=1]
Button {}
[action response=cancel]
Button cancel {}
}