[at-spi2-atk] Add AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-atk] Add AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF
- Date: Thu, 30 Jun 2011 19:20:25 +0000 (UTC)
commit a75394295fca667976b703a376e4034cc2031540
Author: Mike Gorse <mgorse novell com>
Date: Thu Jun 30 14:20:50 2011 -0500
Add AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF
atk-adaptor/adaptors/accessible-adaptor.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/atk-adaptor/adaptors/accessible-adaptor.c b/atk-adaptor/adaptors/accessible-adaptor.c
index d0d77e7..a8789c9 100644
--- a/atk-adaptor/adaptors/accessible-adaptor.c
+++ b/atk-adaptor/adaptors/accessible-adaptor.c
@@ -277,6 +277,7 @@ spi_init_relation_type_table (Accessibility_RelationType * types)
types[ATK_RELATION_DESCRIPTION_FOR] =
Accessibility_RELATION_DESCRIPTION_FOR;
types[ATK_RELATION_DESCRIBED_BY] = Accessibility_RELATION_DESCRIBED_BY;
+ types[ATK_RELATION_NODE_PARENT_OF] = Accessibility_RELATION_NODE_PARENT_OF;
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]