aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-day-view.h')
-rw-r--r--calendar/gui/e-day-view.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/gui/e-day-view.h b/calendar/gui/e-day-view.h
index 0b3144a7da..7ee92005ba 100644
--- a/calendar/gui/e-day-view.h
+++ b/calendar/gui/e-day-view.h
@@ -194,10 +194,17 @@ struct _EDayView
{
ECalendarView cal_view;
+ /* The top canvas where the dates are shown. */
+ GtkWidget *top_dates_canvas;
+ GnomeCanvasItem *top_dates_canvas_item;
+
/* The top canvas where the dates and long appointments are shown. */
GtkWidget *top_canvas;
GnomeCanvasItem *top_canvas_item;
+ /* scrollbar for top_canvas */
+ GtkWidget *tc_vscrollbar;
+
/* The main canvas where the rest of the appointments are shown. */
GtkWidget *main_canvas;
GnomeCanvasItem *main_canvas_item;