[pyatspi2: 1/2] Add accessibleId property
- From: Samuel Thibault <sthibaul src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2: 1/2] Add accessibleId property
- Date: Tue, 30 Apr 2019 08:12:20 +0000 (UTC)
commit 09588438573e39b31f3bae437869e8bd084dec47
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date: Wed Apr 3 17:14:28 2019 +0200
Add accessibleId property
pyatspi/Accessibility.py | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/pyatspi/Accessibility.py b/pyatspi/Accessibility.py
index f22454f..0e771bb 100644
--- a/pyatspi/Accessibility.py
+++ b/pyatspi/Accessibility.py
@@ -128,6 +128,7 @@ Atspi.Accessible.getState = Atspi.Accessible.get_state_set
del Atspi.Accessible.children
Atspi.Accessible.description = property(fget=Atspi.Accessible.get_description)
Atspi.Accessible.objectLocale = property(fget=Atspi.Accessible.get_object_locale)
+Atspi.Accessible.accessibleId = property(fget=Atspi.Accessible.get_accessible_id)
Atspi.Accessible.name = property(fget=Atspi.Accessible.get_name)
Atspi.Accessible.isEqual = lambda a,b: a == b
Atspi.Accessible.parent = property(fget=Atspi.Accessible.get_parent)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]