diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-18 12:01:50 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-18 12:01:50 +0800 |
commit | fd232f60704b5bf9ff068d39c25318bb21c301df (patch) | |
tree | 7eb859d6b65193427a50bbd5e9835b32905eafe2 /calendar/gui/gnome-cal.h | |
parent | 76b456caa4f398c59c7d8af5765ebb652937ce8a (diff) | |
download | gsoc2013-evolution-fd232f60704b5bf9ff068d39c25318bb21c301df.tar.gz gsoc2013-evolution-fd232f60704b5bf9ff068d39c25318bb21c301df.tar.zst gsoc2013-evolution-fd232f60704b5bf9ff068d39c25318bb21c301df.zip |
new function to open the task editor to add a new task.
2001-08-17 Damon Chaplin <damon@ximian.com>
* gui/gnome-cal.c (gnome_calendar_new_task): new function to open the
task editor to add a new task.
* gui/calendar-commands.c: added new_task_cb() to create a new task
in the calendar folder, and added menu commands for it, and a toolbar
button (I think that is what Ettore wanted. Maybe he just meant menu
commands. Anyway, it is easy to take out.) Note that we don't have a
decent icon for 'New Task' for the toolbar.
Also added the new Goto button (but we don't have a similar one for
the menu command).
svn path=/trunk/; revision=12195
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r-- | calendar/gui/gnome-cal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index 443a0f38da..4bb232680c 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -114,6 +114,8 @@ void gnome_calendar_new_appointment_for (GnomeCalendar *cal, time_t dtstart, time_t dtend, gboolean all_day); +void gnome_calendar_new_task (GnomeCalendar *gcal); + /* Returns the selected time range for the current view. Note that this may be different from the fields in the GnomeCalendar, since the view may clip this or choose a more appropriate time. */ |