The changes include:
authorBrian Cameron <bcameron@src.gnome.org>
Tue, 12 Jun 2001 12:13:20 +0000 (12:13 +0000)
committerBrian Cameron <bcameron@src.gnome.org>
Tue, 12 Jun 2001 12:13:20 +0000 (12:13 +0000)
commitb686b7f2f0e8cb753d5e51edcf084969aff6341c
treef52902391d554d9dafec76575d95c97b1f8f0e50
parent5f8117526e078cdcf985be2985a572713a9e0c9a
The changes include:

- moved function atk_text_set_run_attributes() to
atk_editable_text_set_run_attributes()

- defined an enum AtkXYCoords in Atktext.h

- moved definitions of AtkAttribute and AtkAttributeSet from atktext.h to
atkobject.h (temporary solution until we decide a better place to define them).

- Added extra param to atk_text_get_character_extents() and
atk_text_get_offset_at_point() of type AtkXYCoords.

I decided to make AtkAttributeSet a singly-linked list (a GSList) instead of a
doubley-linked list (a GList). There is no need for it to be doubley-linked
which is less efficient.
ChangeLog
atk/atkeditabletext.c
atk/atkeditabletext.h
atk/atkobject.h
atk/atktext.c
atk/atktext.h