2003-07-16 Duarte Loreto <happyguy_pt@hotmail.com>
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Hypertext.idl
index 383400b..97dc74f 100644 (file)
 
 module Accessibility {
 
-  interface Hypertext : Text {
+  interface Hypertext : Bonobo::Unknown {
     long getNLinks ();
     Hyperlink getLink (in long linkIndex);
     long getLinkIndex (in long characterIndex);
+    void unImplemented ();
+    void unImplemented2 ();
+    void unImplemented3 ();
+    void unImplemented4 ();
   };
 };