Correct the documentation for how to set accessible names
The example in the GtkWidget docs was referring to a nonexisting AtkObject::name property. The correct property name is accessible-name.
This commit is contained in:
@@ -274,7 +274,7 @@
|
||||
* </accessibility>
|
||||
* <child internal-child="accessible">
|
||||
* <object class="AtkObject" id="a11y-button1">
|
||||
* <property name="AtkObject::name">Clickable Button</property>
|
||||
* <property name="accessible-name">Clickable Button</property>
|
||||
* </object>
|
||||
* </child>
|
||||
* </object>
|
||||
|
||||
Reference in New Issue
Block a user