blueprint-compiler/tests/sample_errors/a11y_prop_obj_dne.blp
2021-11-12 00:51:01 -06:00

7 lines
81 B
Text

using Gtk 4.0;
Widget {
accessibility {
labelled_by: not_an_object;
}
}