aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-calendar-view.h')
-rw-r--r--calendar/gui/e-calendar-view.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h
index 17778e3a2b..8e2d67c477 100644
--- a/calendar/gui/e-calendar-view.h
+++ b/calendar/gui/e-calendar-view.h
@@ -66,7 +66,11 @@ typedef enum {
time_t end; \
guint16 start_minute; \
guint16 end_minute; \
- guint different_timezone : 1;
+ guint different_timezone : 1; \
+ GtkWidget *tooltip; \
+ gint timeout; \
+ GdkColor *color; \
+ gint x,y;
typedef struct {
E_CALENDAR_VIEW_EVENT_FIELDS
@@ -154,7 +158,7 @@ void e_calendar_view_modify_and_send (ECalComponent *comp,
GtkWindow *toplevel,
gboolean new);
-
+gboolean e_calendar_view_get_tooltips (ECalendarViewEvent *pevent);
G_END_DECLS
#endif