2001-12-07 Michael Meeks <michael@ximian.com>
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Relation.idl
index d1a526b..b562ffc 100644 (file)
@@ -30,16 +30,19 @@ module Accessibility {
     RELATION_LABELLED_BY,
     RELATION_CONTROLLER_FOR,
     RELATION_CONTROLLED_BY,
-    RELATION_MEMBER_OF
+    RELATION_MEMBER_OF,
+    RELATION_TOOLTIP_FOR,
+    RELATION_LEAFNODE_OF
   };
 
   /*
    * This interface inherits from a base class implementing ref counts.
    */
 
-  interface Relation {
+  interface Relation : Bonobo::Unknown {
     RelationType        getRelationType ();
-    Object             getTarget ();
+    short               getNTargets ();
+    Object             getTarget (in short index);
   };
 };