From 13a168017cd5b6d8907293a56732dc6f88ec4400 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Sun, 16 Apr 2000 13:21:26 +0000 Subject: added buttons to test moving/reordering groups. 2000-04-16 Damon Chaplin * test-shortcut-bar.c: added buttons to test moving/reordering groups. * e-shortcut-bar.c (e_shortcut_bar_on_drag_end): new function to free the dragged name & URL when the drag is finished. * e-group-bar.c (e_group_bar_get_increment): fixed bug when distance was 0. Should just return 0. (e_group_bar_set_current_group_num): added animate option and finished. (e_group_bar_unmap): called e_group_bar_stop_all_animation(). (e_group_bar_reorder_group): finished. * e-icon-bar-text-item.[hc]: removed, since we now use EText. svn path=/trunk/; revision=2459 --- widgets/shortcut-bar/e-group-bar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'widgets/shortcut-bar/e-group-bar.h') diff --git a/widgets/shortcut-bar/e-group-bar.h b/widgets/shortcut-bar/e-group-bar.h index 5c55bb585e..62751174bb 100644 --- a/widgets/shortcut-bar/e-group-bar.h +++ b/widgets/shortcut-bar/e-group-bar.h @@ -139,7 +139,8 @@ void e_group_bar_remove_group (EGroupBar *group_bar, */ gint e_group_bar_get_current_group_num (EGroupBar *group_bar); void e_group_bar_set_current_group_num (EGroupBar *group_bar, - gint group_num); + gint group_num, + gboolean animate); /* * Getting groups and group numbers. -- cgit v1.2.3