From 345004653e87e63250fcae74961e20a950153b01 Mon Sep 17 00:00:00 2001 From: Steven Zhang Date: Mon, 8 Nov 2004 06:12:18 +0000 Subject: Implement accessible feature for e-minicard and e-mini-card-view. Add 2004-11-08 Steven Zhang Implement accessible feature for e-minicard and e-mini-card-view. Add get_n_children, ref_child, ref_state_set, atk_selection_interface, and action_interface for ea-minicard-view and ea-minicard *ea-minicard-view.c: (ea_minicard_view_get_n_children), (ea_minicard_view_ref_child), (ea_minicard_view_ref_state_set), (atk_selection_interface_init), (selection_interface_add_selection), (selection_interface_clear_selection), (selection_interface_ref_selection), (selection_interface_get_selection_count), (selection_interface_is_child_selected), (atk_action_interface_init), (atk_action_interface_do_action), (atk_action_interface_get_n_action), (atk_action_interface_get_description), (atk_action_interface_get_name). *ea-minicard.c: (ea_minicard_get_n_children), (ea_minicard_ref_child), (ea_minicard_ref_state_set), (atk_action_interface_init), (atk_action_interface_do_action), (atk_action_interface_get_n_action), (atk_action_interface_get_description), (atk_action_interface_get_name). svn path=/trunk/; revision=27861 --- a11y/addressbook/ea-addressbook-view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'a11y/addressbook/ea-addressbook-view.h') diff --git a/a11y/addressbook/ea-addressbook-view.h b/a11y/addressbook/ea-addressbook-view.h index 7513ac03ad..94f6b2b452 100644 --- a/a11y/addressbook/ea-addressbook-view.h +++ b/a11y/addressbook/ea-addressbook-view.h @@ -51,7 +51,7 @@ struct _EaABViewClass }; GType ea_ab_view_get_type (void); -AtkObject* ea_ab_view_new(GtkWidget *obj); +AtkObject* ea_ab_view_new(GObject *obj); #ifdef __cplusplus } -- cgit v1.2.3