Add implementation of atk_attribute_register, atk_attribute_for_name Udate
authorPadraig O'Briain <padraigo@src.gnome.org>
Tue, 4 Dec 2001 18:39:20 +0000 (18:39 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Tue, 4 Dec 2001 18:39:20 +0000 (18:39 +0000)
commit344b987a21ee6f5be633a7fd469dfbe405023c2d
tree6a373ed8ab787dc2ec42b1ebacb0d848ae72e62d
parentcecce1cf6a6be8eb707462a5b2c80124fc84e7c7
Add implementation of atk_attribute_register, atk_attribute_for_name Udate

* atk/atktext.c:
Add implementation of atk_attribute_register, atk_attribute_for_name
Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and
support extra attributes being defined

* atk/atktext.h:
Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow
extra attributes to be defined
Add atk_attribute_register() and atk_attribute_for_name()

* atk/atk.def:
Add new functions

* docs/atk-sections.txt docs/tmpl/atktext.sgml
Update because of additions to atk/atktext.h

* tests/testrelation.c:
Add tests for text attributes
ChangeLog
atk/atk.def
atk/atktext.c
atk/atktext.h
docs/atk-sections.txt
docs/tmpl/atktext.sgml
tests/testrelation.c