aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-10-01 23:01:57 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-10-01 23:01:57 +0800
commit789887c10263b1f81f1dd91bf0d69e6ced1ee0e4 (patch)
tree7f5684f88192f37742e8f45ab5dafd1f6154a33c /calendar/gui/e-calendar-view.h
parent1172430c0cacb388cace35cba714432e493b8ca0 (diff)
downloadgsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.tar
gsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.tar.gz
gsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.tar.bz2
gsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.tar.lz
gsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.tar.xz
gsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.tar.zst
gsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.zip
fixes 257649.
svn path=/trunk/; revision=30464
Diffstat (limited to 'calendar/gui/e-calendar-view.h')
-rw-r--r--calendar/gui/e-calendar-view.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h
index dbcfbc55f7..17778e3a2b 100644
--- a/calendar/gui/e-calendar-view.h
+++ b/calendar/gui/e-calendar-view.h
@@ -54,7 +54,9 @@ typedef enum {
E_CAL_VIEW_MOVE_UP,
E_CAL_VIEW_MOVE_DOWN,
E_CAL_VIEW_MOVE_LEFT,
- E_CAL_VIEW_MOVE_RIGHT
+ E_CAL_VIEW_MOVE_RIGHT,
+ E_CAL_VIEW_MOVE_PAGE_UP,
+ E_CAL_VIEW_MOVE_PAGE_DOWN
} ECalViewMoveDirection;
#define E_CALENDAR_VIEW_EVENT_FIELDS \