Update comments
authorPadraig O'Briain <padraigo@src.gnome.org>
Thu, 28 Feb 2002 13:36:39 +0000 (13:36 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Thu, 28 Feb 2002 13:36:39 +0000 (13:36 +0000)
* atk/atkhypertext.h:
Update comments

ChangeLog
atk/atkhypertext.h

index 74ad1b6..f4d1e5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-28  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atkhypertext.h:
+       Update comments
+
 2002-02-28  Sven Neumann  <sven@gimp.org>
 
        * configure.in: beautified configure --help output.
index 9535c6e..f6cc064 100755 (executable)
 extern "C" {
 #endif /* __cplusplus */
 
-/* The AtkHypertext class is the base class for all classes that present 
- * hypertext information on the display. This class provides the standard 
- * mechanism for an assistive technology to access that text via its 
- * content, attributes, and spatial location. It also provides standard 
- * mechanisms for manipulating hyperlinks.
- *
- * I do not think that there is a GTK+ widget for this but I assume that 
- * there will be a custom widget so we define the interface.
+/*
+ * The AtkHypertext interface provides standard  mechanisms for manipulating 
+ * hyperlinks.
  */
 
 #define ATK_TYPE_HYPERTEXT                    (atk_hypertext_get_type ())