From 9dc17e837d06b71b17ea13cab2f4e7cb78e8266f Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Thu, 28 Feb 2002 13:36:39 +0000 Subject: Update comments * atk/atkhypertext.h: Update comments --- ChangeLog | 5 +++++ atk/atkhypertext.h | 11 +++-------- 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 + + * atk/atkhypertext.h: + Update comments + 2002-02-28 Sven Neumann * 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 ()) -- cgit v1.2.1