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

8 lines
100 B
Text

using Gtk 4.0;
Dialog {
[action response=hello-world]
Button hello_world_button {
}
}