aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-calendar-table.h')
-rw-r--r--calendar/gui/e-calendar-table.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/e-calendar-table.h b/calendar/gui/e-calendar-table.h
index 89a57552b3..e19ecf82e8 100644
--- a/calendar/gui/e-calendar-table.h
+++ b/calendar/gui/e-calendar-table.h
@@ -26,6 +26,7 @@
#define _E_CALENDAR_TABLE_H_
#include <gtk/gtktable.h>
+#include <widgets/misc/e-cell-date-edit.h>
#include "calendar-model.h"
#ifdef __cplusplus
@@ -78,6 +79,9 @@ struct _ECalendarTable
ECalendarTableFilterFunc filter_func;
gpointer filter_data;
GDestroyNotify filter_data_destroy;
+
+ /* The ECell used to view & edit dates. */
+ ECellDateEdit *dates_cell;
};
struct _ECalendarTableClass