summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2002-02-28 13:36:39 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2002-02-28 13:36:39 +0000
commit9dc17e837d06b71b17ea13cab2f4e7cb78e8266f (patch)
tree735e80e8e8d98dbd6fb2acaf32872023acae823a
parentc9f3462c7f28e7ce387f82c7d3694149f768f2bb (diff)
downloadatk-9dc17e837d06b71b17ea13cab2f4e7cb78e8266f.tar.gz
Update comments
* atk/atkhypertext.h: Update comments
-rw-r--r--ChangeLog5
-rwxr-xr-xatk/atkhypertext.h11
2 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 74ad1b6..f4d1e5d 100644
--- 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.
diff --git a/atk/atkhypertext.h b/atk/atkhypertext.h
index 9535c6e..f6cc064 100755
--- a/atk/atkhypertext.h
+++ b/atk/atkhypertext.h
@@ -27,14 +27,9 @@
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 ())