blueprint-compiler/tests/sample_errors/action_widget_have_no_id.blp
2022-02-18 19:04:08 +03:00

8 lines
103 B
Text

using Gtk 4.0;
Dialog {
[action response=cancel]
Button {
label: _("Cancel");
}
}