[pyatspi2] Add roles for description list, description term, and description value
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2] Add roles for description list, description term, and description value
- Date: Thu, 18 May 2017 18:36:16 +0000 (UTC)
commit 1897e9bfd61937351a2b2f24976e3f3b490761df
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Wed May 17 18:49:14 2017 +0200
Add roles for description list, description term, and description value
https://bugzilla.gnome.org/show_bug.cgi?id=782749
pyatspi/role.py | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/pyatspi/role.py b/pyatspi/role.py
index 2c35e00..b0ac0be 100644
--- a/pyatspi/role.py
+++ b/pyatspi/role.py
@@ -139,7 +139,10 @@ class Role(AtspiEnum):
118:'ROLE_MATH_ROOT',
119:'ROLE_SUBSCRIPT',
120:'ROLE_SUPERSCRIPT',
- 121:'ROLE_LAST_DEFINED',
+ 121:'ROLE_DESCRIPTION_LIST',
+ 122:'ROLE_DESCRIPTION_TERM',
+ 123:'ROLE_DESCRIPTION_VALUE',
+ 124:'ROLE_LAST_DEFINED',
}
ROLE_ACCELERATOR_LABEL = Role(1)
@@ -163,6 +166,9 @@ ROLE_COMBO_BOX = Role(11)
ROLE_COMMENT = Role(97)
ROLE_DATE_EDITOR = Role(12)
ROLE_DEFINITION = Role(108)
+ROLE_DESCRIPTION_LIST = Role(121)
+ROLE_DESCRIPTION_TERM = Role(122)
+ROLE_DESCRIPTION_VALUE = Role(123)
ROLE_DESKTOP_FRAME = Role(14)
ROLE_DESKTOP_ICON = Role(13)
ROLE_DIAL = Role(15)
@@ -200,7 +206,7 @@ ROLE_INTERNAL_FRAME = Role(28)
ROLE_INVALID = Role(0)
ROLE_LABEL = Role(29)
ROLE_LANDMARK = Role(110)
-ROLE_LAST_DEFINED = Role(121)
+ROLE_LAST_DEFINED = Role(124)
ROLE_LAYERED_PANE = Role(30)
ROLE_LEVEL_BAR = Role(103)
ROLE_LINK = Role(88)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]