blueprint-compiler/tests/sample_errors/a11y_prop_obj_dne.blp
James Westman a4ffdd944f language: a11y: Fix property names
Blueprint uses underscores in property/state/relation names, but
GtkBuilder expects dashes because it uses the glib names from the
GtkAccessible* enums.
2022-03-28 14:38:05 -05:00

7 lines
81 B
Text

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