summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2006-06-09 14:59:13 +0000
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2006-06-09 14:59:13 +0000
commit007867b653d2accf09b0620cf77d5ca972e60f6c (patch)
tree93f21ddbe1276c5e7b382ea78bbc4b0628f3bc61 /idl
parent53036cbbccb8fc9ce65b356a3909a2676ebbe289 (diff)
downloadat-spi2-core-007867b653d2accf09b0620cf77d5ca972e60f6c.tar.gz
Fixed ROLE marshalling holes in AT-SPI vs new ATK roles. Also
addressed RFE/Bug #344266. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@811 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'idl')
-rw-r--r--idl/Accessibility_Role.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/idl/Accessibility_Role.idl b/idl/Accessibility_Role.idl
index aa32d59e..3095b661 100644
--- a/idl/Accessibility_Role.idl
+++ b/idl/Accessibility_Role.idl
@@ -357,6 +357,15 @@ module Accessibility {
* @since AT-SPI 1.7.0
*/
ROLE_SECTION,
+ /**
+ * The object is a containing instance of document content which constitutes
+ * a particular 'logical' section of the document. The type of content within
+ * a section, and the nature of the section division itself, may be obtained
+ * by querying the object's attributes. Sections may be nested.
+ *
+ * @since AT-SPI 1.7.1
+ */
+ ROLE_FORM,
/** not a valid role, used for finding end of enumeration. */
ROLE_LAST_DEFINED