summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFushan Wen <qydwhotmail@gmail.com>2022-07-21 21:49:32 +0800
committerFushan Wen <qydwhotmail@gmail.com>2022-07-22 14:08:52 +0800
commited16f50e4930e32c29f80552eb698baa35b4677e (patch)
treee29242ffb916cca72024de3ebda9e21e1b8f5018 /xml
parent8aed84cb7e7eb48a213459ee6fe47d46bd7d0084 (diff)
downloadat-spi2-core-ed16f50e4930e32c29f80552eb698baa35b4677e.tar.gz
Add `ATK_ROLE_PUSH_BUTTON_MENU`
This role allows to specify a button will open a menu. It's widely used in Hamburger buttons, and Qt has QAccessible:ButtonMenu role for it.
Diffstat (limited to 'xml')
-rw-r--r--xml/Accessible.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/xml/Accessible.xml b/xml/Accessible.xml
index f0b7893d..516ffd8e 100644
--- a/xml/Accessible.xml
+++ b/xml/Accessible.xml
@@ -716,6 +716,8 @@
the content. An object with this role should include children with
ATSPI_ROLE_CONTENT_DELETION and/or ATSPI_ROLE_CONTENT_INSERTION, in any order, to
indicate what the actual change is. Since: 2.36
+
+ 129 - ATSPI_ROLE_PUSH_BUTTON_MENU: A specialized push button to open a menu. Since: 2.46
-->
<method name="GetRole">
<arg direction="out" type="u"/>