summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2006-06-09 15:25:23 +0000
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2006-06-09 15:25:23 +0000
commitfa20c3c909f547780862edc4ed5c1b0d4a504e31 (patch)
tree5edf6d43e1219a22f81bfc670f6e87aec991e089 /idl
parent007867b653d2accf09b0620cf77d5ca972e60f6c (diff)
downloadat-spi2-core-fa20c3c909f547780862edc4ed5c1b0d4a504e31.tar.gz
Added relations DESCRIPTION_FOR and DESCRIBED_BY (from ATK).
Bug #344264. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@812 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'idl')
-rw-r--r--idl/Accessibility_Relation.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/idl/Accessibility_Relation.idl b/idl/Accessibility_Relation.idl
index b6f2911b..1f81b487 100644
--- a/idl/Accessibility_Relation.idl
+++ b/idl/Accessibility_Relation.idl
@@ -82,6 +82,12 @@ module Accessibility {
RELATION_POPUP_FOR,
/** This is the reciprocal relation to RELATION_POPUP_FOR. */
RELATION_PARENT_WINDOW_OF,
+ /** Indicates that an object provides descriptive information
+ * about another object; more verbose than RELATION_LABEL_FOR. */
+ RELATION_DESCRIPTION_FOR,
+ /** Indicates that another object provides descriptive information
+ * about this object; more verbose than RELATION_LABELLED_BY. */
+ RELATION_DESCRIBED_BY,
/** Do not use as a parameter value, used to determine the size of the enumeration. */
RELATION_LAST_DEFINED
};