summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2004-07-20 14:17:28 +0000
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2004-07-20 14:17:28 +0000
commitbd703dfccbb700770f4629e5b5a8af45c3a8dfc3 (patch)
tree85a7c2bdbff0fb3251816b806d09e9b04c87ae41 /idl
parent6b20b38846f8f755301705801a777d4c9c56f113 (diff)
downloadat-spi2-core-bd703dfccbb700770f4629e5b5a8af45c3a8dfc3.tar.gz
Revved to 1.5.3; added ROLE_EMBEDDED (bug #144415).
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@678 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'idl')
-rw-r--r--idl/Accessibility_Role.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/idl/Accessibility_Role.idl b/idl/Accessibility_Role.idl
index 3d1a1155..a64f66a2 100644
--- a/idl/Accessibility_Role.idl
+++ b/idl/Accessibility_Role.idl
@@ -274,6 +274,14 @@ module Accessibility {
* The object is an editable text object in a toolbar.
*/
ROLE_EDITBAR,
+ /*
+ * The object is an embedded component container. This role is a
+ * "grouping" hint that the contained objects share a context which is
+ * different from the container in which this accessible is embedded.
+ * In particular, it is used for some kinds of document embedding, and
+ * for embedding of out-of-process component, "panel applets", etc.
+ */
+ ROLE_EMBEDDED,
/* not a valid role, used for finding end of enumeration. */
ROLE_LAST_DEFINED
};