diff options
author | Kidd Wang <kidd.wang@sun.com> | 2004-01-06 14:04:11 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2004-01-06 14:04:11 +0800 |
commit | 6f2710f8e6ffd7e354da7262d63f6f234dee70e9 (patch) | |
tree | 8fd49cb07c551df84c9ec7df9dbe5e45fcadd00f /calendar/gui/e-cal-view.h | |
parent | e409aaa013689b2fc165b63dc2a237deafebc279 (diff) | |
download | gsoc2013-evolution-6f2710f8e6ffd7e354da7262d63f6f234dee70e9.tar.gz gsoc2013-evolution-6f2710f8e6ffd7e354da7262d63f6f234dee70e9.tar.zst gsoc2013-evolution-6f2710f8e6ffd7e354da7262d63f6f234dee70e9.zip |
open a dialog for the selected task. ditto. add a menu item for "Open
2004-01-06 Kidd Wang <kidd.wang@sun.com>
* gui/e-calendar-table.[ch] (e_calendar_table_open_selected):
open a dialog for the selected task.
* gui/e-tasks.[ch] (e_tasks_open_task): ditto.
* gui/tasks-control.c (tasks_control_sensitize_commands),
(tasks_control_open_task_cmd): add a menu item for "Open Task".
svn path=/trunk/; revision=24064
Diffstat (limited to 'calendar/gui/e-cal-view.h')
-rw-r--r-- | calendar/gui/e-cal-view.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-view.h b/calendar/gui/e-cal-view.h index c224098554..8f1f1ba285 100644 --- a/calendar/gui/e-cal-view.h +++ b/calendar/gui/e-cal-view.h @@ -48,6 +48,13 @@ typedef enum { E_CALENDAR_VIEW_POS_BOTTOM_EDGE } ECalendarViewPosition; +typedef enum { + E_CAL_VIEW_MOVE_UP, + E_CAL_VIEW_MOVE_DOWN, + E_CAL_VIEW_MOVE_LEFT, + E_CAL_VIEW_MOVE_RIGHT +} ECalViewMoveDirection; + #define E_CALENDAR_VIEW_EVENT_FIELDS \ GnomeCanvasItem *canvas_item; \ ECalModelComponent *comp_data; \ |