From bdb087eaeba3937fd9ce86176a9e0a5d09d899f5 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sat, 17 Mar 2001 06:43:15 +0000 Subject: Moved functionality here from e_day_view_on_new_appointment. Allows 2001-03-17 Miguel de Icaza * 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 --- calendar/gui/calendar-commands.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/gui/calendar-commands.h') 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 */ -- cgit v1.2.3