blueprint-compiler/tests/sample_errors/a11y_list_empty.blp
2024-08-18 13:17:41 +02:00

9 lines
117 B
Text

using Gtk 4.0;
Box {
accessibility {
label: _("Hello, world!");
labelled-by: [];
checked: true;
}
}