aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gnome-cal.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-04 10:44:29 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-04 10:44:29 +0800
commitf4295ffe09c2994a93eff4d4c73505f2bc291a59 (patch)
treeea15367750bae25c44a3fa79d241f5fb43ebad54 /calendar/gnome-cal.h
parent1be7718e7d14edf3b4501de53fd600af1a53a156 (diff)
downloadgsoc2013-evolution-f4295ffe09c2994a93eff4d4c73505f2bc291a59.tar
gsoc2013-evolution-f4295ffe09c2994a93eff4d4c73505f2bc291a59.tar.gz
gsoc2013-evolution-f4295ffe09c2994a93eff4d4c73505f2bc291a59.tar.bz2
gsoc2013-evolution-f4295ffe09c2994a93eff4d4c73505f2bc291a59.tar.lz
gsoc2013-evolution-f4295ffe09c2994a93eff4d4c73505f2bc291a59.tar.xz
gsoc2013-evolution-f4295ffe09c2994a93eff4d4c73505f2bc291a59.tar.zst
gsoc2013-evolution-f4295ffe09c2994a93eff4d4c73505f2bc291a59.zip
Lots -mig
svn path=/trunk/; revision=103
Diffstat (limited to 'calendar/gnome-cal.h')
-rw-r--r--calendar/gnome-cal.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/calendar/gnome-cal.h b/calendar/gnome-cal.h
index 8a93d18450..8168c26ec8 100644
--- a/calendar/gnome-cal.h
+++ b/calendar/gnome-cal.h
@@ -20,7 +20,14 @@ BEGIN_GNOME_DECLS
typedef struct {
GnomeApp gnome_app;
Calendar *cal;
+
+ time_t current_display;
+
+ GtkWidget *notebook;
GtkWidget *week_view;
+ GtkWidget *day_view;
+ GtkWidget *year_view;
+ GtkWidget *task_view;
void *event_editor;
} GnomeCalendar;
@@ -31,7 +38,7 @@ typedef struct {
guint gnome_calendar_get_type (void);
GtkWidget *gnome_calendar_new (char *title);
void gnome_calendar_load (GnomeCalendar *gcal, char *file);
-
+void gnome_calendar_add_object (GnomeCalendar *gcal, iCalObject *obj);
END_GNOME_DECLS
#endif