diff options
Diffstat (limited to 'calendar/gui/eventedit.h')
-rw-r--r-- | calendar/gui/eventedit.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/gui/eventedit.h b/calendar/gui/eventedit.h index 45e966d034..c2d5d1123f 100644 --- a/calendar/gui/eventedit.h +++ b/calendar/gui/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; |