mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
Add accessibility properties
This commit is contained in:
parent
d511b3f1e3
commit
b776163cd7
20 changed files with 324 additions and 13 deletions
7
tests/sample_errors/a11y_prop_dne.blp
Normal file
7
tests/sample_errors/a11y_prop_dne.blp
Normal file
|
@ -0,0 +1,7 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Widget {
|
||||
accessibility {
|
||||
not_a_prop: "Hello, world!";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue