aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.h
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2005-07-21 19:54:49 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-07-21 19:54:49 +0800
commitd573bf6a6e1aadb63300275276d43635668a015d (patch)
treef8529ec4d04345286324059f7d8216468f4cb623 /calendar/gui/gnome-cal.h
parent9ca1f1b23ed6d8eadf18d6c675716db2c18ccbd6 (diff)
downloadgsoc2013-evolution-d573bf6a6e1aadb63300275276d43635668a015d.tar
gsoc2013-evolution-d573bf6a6e1aadb63300275276d43635668a015d.tar.gz
gsoc2013-evolution-d573bf6a6e1aadb63300275276d43635668a015d.tar.bz2
gsoc2013-evolution-d573bf6a6e1aadb63300275276d43635668a015d.tar.lz
gsoc2013-evolution-d573bf6a6e1aadb63300275276d43635668a015d.tar.xz
gsoc2013-evolution-d573bf6a6e1aadb63300275276d43635668a015d.tar.zst
gsoc2013-evolution-d573bf6a6e1aadb63300275276d43635668a015d.zip
Fixes #245331. Keybindings for switching b/w calendar views.
2005-07-21 Harish Krishnaswamy <kharish@novell.com> * gui/gnome-cal.c (gnome_calendar_class_init), (adjust_e_cal_view_sexp), (display_view), (gnome_calendar_change_view): * gui/gnome-cal.h: Fixes #245331. Keybindings for switching b/w calendar views. svn path=/trunk/; revision=29832
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r--calendar/gui/gnome-cal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h
index 9558df8221..f0b12507e1 100644
--- a/calendar/gui/gnome-cal.h
+++ b/calendar/gui/gnome-cal.h
@@ -89,6 +89,8 @@ struct _GnomeCalendarClass {
void (* calendar_focus_change) (GnomeCalendar *gcal, gboolean in);
void (* taskpad_focus_change) (GnomeCalendar *gcal, gboolean in);
+ void (* change_view) (GnomeCalendar *gcal,
+ GnomeCalendarViewType view_type);
void (* source_added) (GnomeCalendar *gcal, ECalSourceType source_type, ESource *source);
void (* source_removed) (GnomeCalendar *gcal, ECalSourceType source_type, ESource *source);