From 3cc3023a48d1dea633aa141bf25cf07c31200121 Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Wed, 30 Oct 2002 09:42:30 +0000 Subject: Add reference to atk/atkrelationtype.h * atk/Makefile.am, atk/atk.h: Add reference to atk/atkrelationtype.h * atk/atkaction.[ch]: Add atk_action_get_localized_name. * atk/atkobject.[ch]: Add atk_role_get_localized_name, atk_object_add_relationship and atk_object_remove_relationship Add new roles ATK_ROLE_HEADER, ATK_ROLE_FOOTER, ATK_ROLE_PARAGRAPH and ATK_ROLE_RULER * atk/atkrelation.h: Move definition of AtkRelationType to atk/relationtype.h * atk/atkstate.h: Add new state ATK_STATE_MANAGES_DESCENDANTS * atk/atktext.[ch]: Add text-attributes-changed signal. * docs/atk-sections.txt, docs/tmpl/atkaction.sgml: Add new functions. * docs/tmpl/atkobject.sgml: Add new functions and new roles. * docs/tmpl/atkrelation.sgml: Add new relations * docs/tmpl/atkstate.sgml: Add new state * docs/tmpl/atktext.sgml: Add new signal * tests/testrelation.c: Add tests for new relationship functions. --- atk/atktext.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'atk/atktext.h') diff --git a/atk/atktext.h b/atk/atktext.h index 5c667c1..533af6c 100755 --- a/atk/atktext.h +++ b/atk/atktext.h @@ -227,7 +227,8 @@ struct _AtkTextIface gint location); void (* text_selection_changed) (AtkText *text); - AtkFunction pad1; + void (* text_attributes_changed) (AtkText *text); + AtkFunction pad2; AtkFunction pad3; AtkFunction pad4; -- cgit v1.2.1