platform/upstream/atk.git
23 years agoChange to use GPtrArray instead GArray
Padraig O'Briain [Tue, 1 May 2001 16:44:24 +0000 (16:44 +0000)]
Change to use GPtrArray instead GArray
Addess memory mangement issues.

23 years agoCorrect return type for atk_image_set_image_description()
Erwin Ireland [Mon, 30 Apr 2001 15:55:54 +0000 (15:55 +0000)]
Correct return type for atk_image_set_image_description()
Omit check for G_IS_VALUE when getting a value as value type is not known.

23 years agoImproved gtk-doc comments.
Bill Haneman [Mon, 30 Apr 2001 12:01:41 +0000 (12:01 +0000)]
Improved gtk-doc comments.

23 years agoMake AtkRelation and AtkRelationSet into GObjects.
Erwin Ireland [Mon, 30 Apr 2001 11:51:44 +0000 (11:51 +0000)]
Make AtkRelation and AtkRelationSet into GObjects.
Corrected typo in atk_text_set_caret_offset() name

23 years agoWhy did that last commit still build? ;-) Fixed goofs in set_selection_bounds
Bill Haneman [Fri, 27 Apr 2001 17:30:22 +0000 (17:30 +0000)]
Why did that last commit still build? ;-)  Fixed goofs in set_selection_bounds
and set_caret_offset.

23 years agoAdded atk_text_set_caret_offset(...) so that "virtual caret" can be supported
Bill Haneman [Fri, 27 Apr 2001 16:05:07 +0000 (16:05 +0000)]
Added atk_text_set_caret_offset(...) so that "virtual caret" can be supported
if there is no text caret for an AtkText implementor.  Also switched return
types on get/set_selection_bounds() to follow convention where "set" methods
return a boolean to indicate success.

23 years agoLatest rev (previous commit was out of date). Added README and NEWS.
Bill Haneman [Fri, 27 Apr 2001 10:35:20 +0000 (10:35 +0000)]
Latest rev (previous commit was out of date).  Added README and NEWS.

23 years agoATK is the Accessibility ToolKit, which provides accessibility support for GTK+ Initial
Bill Haneman [Thu, 26 Apr 2001 14:23:41 +0000 (14:23 +0000)]
ATK is the Accessibility ToolKit, which provides accessibility support for GTK+
and other GUI toolkits in Gnome.  Atk is a GTK+ dependency but does not
depend on GTK+ and may be used by any application or toolkit on the GNOME
desktop, if desired.
ATK defines the "accessibility contract" for apps and
toolkits, the implementation of the ATK interfaces for GTK+ lives in the
optional GAEL module.

23 years agoInitial revision
Bill Haneman [Thu, 26 Apr 2001 14:23:41 +0000 (14:23 +0000)]
Initial revision