Methods' Details |
getAccessibleId
string |
getAccessibleId(); |
- Description
- Return the object's identifier.
This is not meant to be presented to the user, but to be an ID
which is stable over application development. Typically, this is
the gtkbuilder ID. Such an ID can then be used to identify a given
well-known accessible object independently from the current locale,
user-visible labelling, or dialog structure. This can then be used for
tailored screen reading (e.g. automatically announcing the content of a
well-known object), or for automatic regression testing (to check the
behavior of well-known objects). Uniqueness within the window is thus
desirable when returning a non-empty string.
- Returns
- The returned string is the object's identifier.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.