summaryrefslogtreecommitdiff
path: root/atspi/atspi-constants.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2013-01-31 15:40:37 -0600
committerMike Gorse <mgorse@suse.com>2013-01-31 15:40:37 -0600
commit65d0b92ac3abe847e667838bc1896c542b5c0d07 (patch)
treecef9a5db73fec88b158bbdccd6c3034f842ce303 /atspi/atspi-constants.h
parent57e6827adb4247724854ae85ab5c8e2e7c68a876 (diff)
downloadat-spi2-core-65d0b92ac3abe847e667838bc1896c542b5c0d07.tar.gz
Add ATSPI_ROLE_LEVEL_BAR
Add "level bar" role corresponding to the new atk role.
Diffstat (limited to 'atspi/atspi-constants.h')
-rw-r--r--atspi/atspi-constants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/atspi/atspi-constants.h b/atspi/atspi-constants.h
index cb85a92d..98564e0c 100644
--- a/atspi/atspi-constants.h
+++ b/atspi/atspi-constants.h
@@ -1065,6 +1065,9 @@ typedef enum {
* particular application.
* @ATSPI_ROLE_INFO_BAR: An object designed to present a message to the user
* within an existing window.
+ *@ATSPI_ROLE_LEVEL_BAR: A bar that serves as a level indicator to, for
+ * instance, show the strength of a password or the state of a battery.
+ * Since: 2.8
* @ATSPI_ROLE_LAST_DEFINED: Not a valid role, used for finding end of
* enumeration.
*
@@ -1176,6 +1179,7 @@ typedef enum {
ATSPI_ROLE_IMAGE_MAP,
ATSPI_ROLE_NOTIFICATION,
ATSPI_ROLE_INFO_BAR,
+ ATSPI_ROLE_LEVEL_BAR,
ATSPI_ROLE_LAST_DEFINED,
} AtspiRole;