aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-commands.h
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@ximian.com>2001-03-17 14:43:15 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2001-03-17 14:43:15 +0800
commitbdb087eaeba3937fd9ce86176a9e0a5d09d899f5 (patch)
treedfef6f4bc53bb2e5f0cd0cfb4aa67dea60d7ad39 /calendar/gui/calendar-commands.h
parentfcb4ed5a4f851aabae47aa5c376253246c3f216c (diff)
downloadgsoc2013-evolution-bdb087eaeba3937fd9ce86176a9e0a5d09d899f5.tar
gsoc2013-evolution-bdb087eaeba3937fd9ce86176a9e0a5d09d899f5.tar.gz
gsoc2013-evolution-bdb087eaeba3937fd9ce86176a9e0a5d09d899f5.tar.bz2
gsoc2013-evolution-bdb087eaeba3937fd9ce86176a9e0a5d09d899f5.tar.lz
gsoc2013-evolution-bdb087eaeba3937fd9ce86176a9e0a5d09d899f5.tar.xz
gsoc2013-evolution-bdb087eaeba3937fd9ce86176a9e0a5d09d899f5.tar.zst
gsoc2013-evolution-bdb087eaeba3937fd9ce86176a9e0a5d09d899f5.zip
Moved functionality here from e_day_view_on_new_appointment. Allows
2001-03-17 Miguel de Icaza <miguel@ximian.com> * gui/e-week-view.c (e_week_view_new_event): Moved functionality here from e_day_view_on_new_appointment. Allows setting for "full day" event. (e_week_view_on_new_full_day): New function for making a full day event. (e_week_view_on_goto_date): Go To support. (e_week_view_on_goto_today): Goto today support. * gui/e-day-view.c (e_day_view_new_event): Moved functionality here from e_day_view_on_new_appointment. Allows setting for "full day" event. (e_day_view_on_new_full_day): New function for making a full day event. (e_day_view_on_goto_date): Go To support. (e_day_view_on_goto_today): Goto today support. * main_items: Add New All Day Event; Go to Today; Go to Date. svn path=/trunk/; revision=8778
Diffstat (limited to 'calendar/gui/calendar-commands.h')
-rw-r--r--calendar/gui/calendar-commands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/calendar-commands.h b/calendar/gui/calendar-commands.h
index 364051e3a3..7c69850fb3 100644
--- a/calendar/gui/calendar-commands.h
+++ b/calendar/gui/calendar-commands.h
@@ -40,4 +40,6 @@ void calendar_control_activate (BonoboControl *control,
GnomeCalendar *cal);
void calendar_control_deactivate (BonoboControl *control);
+void calendar_goto_today (GnomeCalendar *gcal);
+
#endif /* CALENDAR_COMMANDS_H */