summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoanmarie Diggs <jdiggs@igalia.com>2015-01-15 17:00:51 -0500
committerJoanmarie Diggs <jdiggs@igalia.com>2015-01-15 17:02:56 -0500
commitf3223e3f12459010416e2cbdda9f5463bbb75fdb (patch)
tree42a5383dd8a9e4248bb0461395c545b15cb38506
parentfbda5256aa4da93269be3d27aa3d707aaeda49b6 (diff)
downloadat-spi2-core-f3223e3f12459010416e2cbdda9f5463bbb75fdb.tar.gz
Add ATSPI_STATE_READ_ONLY
https://bugzilla.gnome.org/show_bug.cgi?id=690004
-rw-r--r--atspi/atspi-constants.h4
-rw-r--r--doc/libatspi/tmpl/atspi-constants.sgml1
2 files changed, 5 insertions, 0 deletions
diff --git a/atspi/atspi-constants.h b/atspi/atspi-constants.h
index 95100c69..0637aa8a 100644
--- a/atspi/atspi-constants.h
+++ b/atspi/atspi-constants.h
@@ -567,6 +567,9 @@ typedef enum {
* showing. This means that activation renders conditional content.
* Note that ordinary tooltips are not considered popups in this
* context. @Since: 2.12
+ * @ATSPI_STATE_READ_ONLY: Indicates that an object which is ENABLED and
+ * SENSITIVE has a value which can be read, but not modified, by the
+ * user. @Since: 2.16
* @ATSPI_STATE_LAST_DEFINED: This value of the enumeration should not be used
* as a parameter, it indicates the number of items in the #AtspiStateType
* enumeration.
@@ -620,6 +623,7 @@ typedef enum {
ATSPI_STATE_VISITED,
ATSPI_STATE_CHECKABLE,
ATSPI_STATE_HAS_POPUP,
+ ATSPI_STATE_READ_ONLY,
ATSPI_STATE_LAST_DEFINED,
} AtspiStateType;
diff --git a/doc/libatspi/tmpl/atspi-constants.sgml b/doc/libatspi/tmpl/atspi-constants.sgml
index 1a3f1a2b..967c6a18 100644
--- a/doc/libatspi/tmpl/atspi-constants.sgml
+++ b/doc/libatspi/tmpl/atspi-constants.sgml
@@ -218,6 +218,7 @@ Constant definitions needed by multiple interfaces.
@ATSPI_STATE_VISITED:
@ATSPI_STATE_CHECKABLE:
@ATSPI_STATE_HAS_POPUP:
+@ATSPI_STATE_READ_ONLY:
@ATSPI_STATE_LAST_DEFINED:
<!-- ##### MACRO ATSPI_STATETYPE_COUNT ##### -->