diff options
author | Milan Crha <mcrha@redhat.com> | 2009-05-01 02:51:39 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-05-01 02:51:39 +0800 |
commit | 7961048944d446f523a9ed12c811d7c2e8a47e97 (patch) | |
tree | a63b03bbde46b46163e794ded10f2e22276a3295 /calendar/gui/e-week-view.h | |
parent | 8f2b4f9c6554698af19a39223acc33f965e2dfca (diff) | |
download | gsoc2013-evolution-7961048944d446f523a9ed12c811d7c2e8a47e97.tar.gz gsoc2013-evolution-7961048944d446f523a9ed12c811d7c2e8a47e97.tar.zst gsoc2013-evolution-7961048944d446f523a9ed12c811d7c2e8a47e97.zip |
Bug #273818 - Allow scrolling Month View by a week only
Edit->Preferences->Calendar and Tasks, tab Display, option
Scroll Month View by a week.
Diffstat (limited to 'calendar/gui/e-week-view.h')
-rw-r--r-- | calendar/gui/e-week-view.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h index 132857c712..2458efcdd1 100644 --- a/calendar/gui/e-week-view.h +++ b/calendar/gui/e-week-view.h @@ -203,6 +203,10 @@ struct _EWeekView one week is shown, with a different layout. */ gboolean multi_week_view; + /* TRUE when requires scrolling by a week in a multi_week_view */ + gboolean month_scroll_by_week; + guint scroll_by_week_notif_id; + gboolean update_base_date; /* How many weeks we are showing. This is only relevant if |