blueprint-compiler/tests/sample_errors/a11y_prop_obj_dne.blp
2022-04-28 23:35:34 -05:00

7 lines
81 B
Text

using Gtk 4.0;
Button {
accessibility {
labelled-by: not_an_object;
}
}