aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/eventedit.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/gui/eventedit.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/gui/eventedit.h')
-rw-r--r--calendar/gui/eventedit.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/calendar/gui/eventedit.h b/calendar/gui/eventedit.h
index 85b5b86790..e726270877 100644
--- a/calendar/gui/eventedit.h
+++ b/calendar/gui/eventedit.h
@@ -23,20 +23,26 @@ typedef struct {
GtkWidget *general;
GtkTable *general_table;
GtkWidget *general_time_table;
+ GtkWidget *general_allday;
+ GtkWidget *general_recur;
GtkWidget *general_owner;
GtkWidget *general_summary;
GtkWidget *start_time, *end_time;
-
+ GtkWidget *general_radios;
+
/* The associated ical object */
iCalObject *ical;
int new_ical;
+
+ /* The calendar owner of this event */
+ GnomeCalendar *gnome_cal;
} EventEditor;
typedef struct {
GnomePropertyBoxClass parent_class;
} EventEditorClass;
-GtkWidget *event_editor_new (iCalObject *);
+GtkWidget *event_editor_new (GnomeCalendar *owner, iCalObject *);
END_GNOME_DECLS
#endif