aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/ChangeLog
diff options
context:
space:
mode:
authorSteven Zhang <steven.zhang@sun.com>2004-11-08 14:12:18 +0800
committerHarry Lu <haip@src.gnome.org>2004-11-08 14:12:18 +0800
commit345004653e87e63250fcae74961e20a950153b01 (patch)
treeb27bbe463c583a2820b8613dc983a660fe91580e /a11y/ChangeLog
parentab63574fbb9e61901d13837bf3f481d3199334b0 (diff)
downloadgsoc2013-evolution-345004653e87e63250fcae74961e20a950153b01.tar
gsoc2013-evolution-345004653e87e63250fcae74961e20a950153b01.tar.gz
gsoc2013-evolution-345004653e87e63250fcae74961e20a950153b01.tar.bz2
gsoc2013-evolution-345004653e87e63250fcae74961e20a950153b01.tar.lz
gsoc2013-evolution-345004653e87e63250fcae74961e20a950153b01.tar.xz
gsoc2013-evolution-345004653e87e63250fcae74961e20a950153b01.tar.zst
gsoc2013-evolution-345004653e87e63250fcae74961e20a950153b01.zip
Implement accessible feature for e-minicard and e-mini-card-view. Add
2004-11-08 Steven Zhang <steven.zhang@sun.com> 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
Diffstat (limited to 'a11y/ChangeLog')
-rw-r--r--a11y/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog
index 7f0d2ad3bb..d0adf0c6dc 100644
--- a/a11y/ChangeLog
+++ b/a11y/ChangeLog
@@ -1,3 +1,35 @@
+2004-11-08 Steven Zhang <steven.zhang@sun.com>
+
+ 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).
+
2004-11-01 Li Yuan <li.yuan@sun.com>
* calendar/ea-day-view.c: (ea_day_view_get_name):