aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/eventedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/eventedit.h')
-rw-r--r--calendar/eventedit.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/eventedit.h b/calendar/eventedit.h
index 45e966d034..c2d5d1123f 100644
--- a/calendar/eventedit.h
+++ b/calendar/eventedit.h
@@ -33,6 +33,22 @@ typedef struct {
GtkWidget *general_summary;
GtkWidget *start_time, *end_time;
GtkWidget *general_radios;
+
+ GtkWidget *recur_table;
+ GSList *recur_group;
+ GtkWidget *recur_content;
+
+ GtkWidget *recur_content_daily;
+ GtkWidget *recur_day_period; /* GtkEntry */
+
+ GtkWidget *recur_content_weekly;
+ GtkWidget *recur_week_period; /* GtkEntry */
+ GtkWidget *recur_week_days [7];
+
+ GtkWidget *recur_content_monthly;
+ GtkWidget *recur_month_date;
+ GtkWidget *recur_month_day;
+ GtkWidget *recur_month_weekday;
/* The associated ical object */
iCalObject *ical;