[pyatspi2] Add a "footnote" role
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2] Add a "footnote" role
- Date: Fri, 19 May 2017 10:35:59 +0000 (UTC)
commit f131128e8c525bc73d8e9b2633d20ab50ea58c71
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Fri May 19 10:18:14 2017 +0200
Add a "footnote" role
https://bugzilla.gnome.org/show_bug.cgi?id=782822
pyatspi/role.py | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/pyatspi/role.py b/pyatspi/role.py
index b0ac0be..a2b1ba8 100644
--- a/pyatspi/role.py
+++ b/pyatspi/role.py
@@ -142,7 +142,8 @@ class Role(AtspiEnum):
121:'ROLE_DESCRIPTION_LIST',
122:'ROLE_DESCRIPTION_TERM',
123:'ROLE_DESCRIPTION_VALUE',
- 124:'ROLE_LAST_DEFINED',
+ 124:'ROLE_FOOTNOTE',
+ 125:'ROLE_LAST_DEFINED',
}
ROLE_ACCELERATOR_LABEL = Role(1)
@@ -190,6 +191,7 @@ ROLE_FILLER = Role(20)
ROLE_FOCUS_TRAVERSABLE = Role(21)
ROLE_FONT_CHOOSER = Role(22)
ROLE_FOOTER = Role(72)
+ROLE_FOOTNOTE = Role(124)
ROLE_FORM = Role(87)
ROLE_FRAME = Role(23)
ROLE_GLASS_PANE = Role(24)
@@ -206,7 +208,7 @@ ROLE_INTERNAL_FRAME = Role(28)
ROLE_INVALID = Role(0)
ROLE_LABEL = Role(29)
ROLE_LANDMARK = Role(110)
-ROLE_LAST_DEFINED = Role(124)
+ROLE_LAST_DEFINED = Role(125)
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]