mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add accessibility properties
This commit is contained in:
parent
d511b3f1e3
commit
b776163cd7
20 changed files with 324 additions and 13 deletions
|
@ -261,3 +261,22 @@ Basic Usage
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Accessibility Properties
|
||||
------------------------
|
||||
|
||||
Basic Usage
|
||||
~~~~~~~~~~~
|
||||
|
||||
.. code-block::
|
||||
|
||||
Gtk.Widget {
|
||||
accessibility {
|
||||
orientation: vertical;
|
||||
labelled_by: my_label;
|
||||
checked: true;
|
||||
}
|
||||
}
|
||||
|
||||
Gtk.Label my_label {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue