aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view.h
diff options
context:
space:
mode:
authorAndrew Wu <Yang.Wu@sun.com>2004-01-09 15:48:31 +0800
committerHarry Lu <haip@src.gnome.org>2004-01-09 15:48:31 +0800
commit8f04fc1559807f287f20f6a10604dc16addfca5f (patch)
tree969aede90fbc199b1f17730c68e82db882c52e26 /calendar/gui/e-day-view.h
parent88ab6df1309919eaca6ce10106bae4cdb8b37525 (diff)
downloadgsoc2013-evolution-8f04fc1559807f287f20f6a10604dc16addfca5f.tar
gsoc2013-evolution-8f04fc1559807f287f20f6a10604dc16addfca5f.tar.gz
gsoc2013-evolution-8f04fc1559807f287f20f6a10604dc16addfca5f.tar.bz2
gsoc2013-evolution-8f04fc1559807f287f20f6a10604dc16addfca5f.tar.lz
gsoc2013-evolution-8f04fc1559807f287f20f6a10604dc16addfca5f.tar.xz
gsoc2013-evolution-8f04fc1559807f287f20f6a10604dc16addfca5f.tar.zst
gsoc2013-evolution-8f04fc1559807f287f20f6a10604dc16addfca5f.zip
add a new signal "event_move" and its key binding.
2004-01-09 Andrew Wu <Yang.Wu@sun.com> * gui/e-cal-view.c (e_calendar_view_class_init): add a new signal "event_move" and its key binding. * gui/e-cal-view.h: add a new type "ECalViewMoveDirection". add a new virtual method "event_move" for ECalView. * gui/e-day-view.c (e_day_view_event_move), (e_day_view_change_event_time): Use "Alt + Arrow" to move a selected event through time lines or different days. * gui/e-day-view.h: add a new property "last_edited_comp_string" for EWeekView. * gui/e-week-view.c (e_week_view_class_init), (e_week_view_init), (e_week_view_reshape_events), (e_week_view_event_move), (e_week_view_get_day_offset_of_event), (e_week_view_scroll_a_step), (e_week_view_change_event_time), (e_week_view_do_key_press), (e_week_view_move_selection_day), (e_week_view_get_adjust_days_for_move_up), (e_week_view_get_adjust_days_for_move_down), (e_week_view_get_adjust_days_for_move_left), (e_week_view_get_adjust_days_for_move_right): Use "Alt + Arrow" to move a selected event through different days. * gui/e-week-view.h: add a new property "last_edited_comp_string" for EWeekView. svn path=/trunk/; revision=24128
Diffstat (limited to 'calendar/gui/e-day-view.h')
-rw-r--r--calendar/gui/e-day-view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-day-view.h b/calendar/gui/e-day-view.h
index 7907b80d18..e68279d123 100644
--- a/calendar/gui/e-day-view.h
+++ b/calendar/gui/e-day-view.h
@@ -409,6 +409,9 @@ struct _EDayView
gint resize_start_row;
gint resize_end_row;
+ /* This is used to remember the last edited event. */
+ gchar *last_edited_comp_string;
+
/* This is the event the mouse button was pressed on. If the button
is released we start editing it, but if the mouse is dragged we set
this to -1. */