From: Padraig O'Briain Date: Thu, 28 Feb 2002 13:36:39 +0000 (+0000) Subject: Update comments X-Git-Tag: ATK_1_0_0_RC1~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9dc17e837d06b71b17ea13cab2f4e7cb78e8266f;p=platform%2Fupstream%2Fatk.git Update comments * atk/atkhypertext.h: Update comments --- 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 ())