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

8 lines
96 B
Text

using Gtk 4.0;
Dialog {
[action response=17.9]
Button float_response_button {
}
}