diff options
Diffstat (limited to 'calendar/gui/e-week-view.h')
-rw-r--r-- | calendar/gui/e-week-view.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h index 86031d2e58..dbb61a58b7 100644 --- a/calendar/gui/e-week-view.h +++ b/calendar/gui/e-week-view.h @@ -161,6 +161,8 @@ struct _EWeekView GtkWidget *main_canvas; GnomeCanvasItem *main_canvas_item; + GnomeCanvasItem *jump_buttons[E_WEEK_VIEW_MAX_WEEKS * 7]; + GtkWidget *vscrollbar; /* The calendar we are associated with. */ @@ -203,6 +205,9 @@ struct _EWeekView gint rows_per_cell; gint rows_per_compressed_cell; + /* The number of rows we have used for each day (i.e. each cell) */ + gint rows_per_day[E_WEEK_VIEW_MAX_WEEKS * 7]; + /* If the small font is used for displaying the minutes. */ gboolean use_small_font; |