[pyatspi2] Add objectLocale property, corresponding to atspi_accessible_get_object_locale



commit 4e51a176c04631e9b5d185fd918de7d875879d9d
Author: Mike Gorse <mgorse suse com>
Date:   Mon Feb 25 19:37:27 2013 -0600

    Add objectLocale property, corresponding to atspi_accessible_get_object_locale
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694368
    
    locale -> objectLocale

 pyatspi/Accessibility.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pyatspi/Accessibility.py b/pyatspi/Accessibility.py
index 1248a3e..1f57073 100644
--- a/pyatspi/Accessibility.py
+++ b/pyatspi/Accessibility.py
@@ -126,6 +126,7 @@ Atspi.Accessible.getRoleName = Atspi.Accessible.get_role_name
 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.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]