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

8 lines
100 B
Text

using Gtk 4.0;
Dialog {
[action response = -179]
Button numeric_response_button {
}
}