Re: [evolution-patches] patch for bug #207071 [calendar]
- From: chen <pchenthill novell com>
- To: lviren <lviren novell com>
- Cc: evolution-patches gnome org
- Subject: Re: [evolution-patches] patch for bug #207071 [calendar]
- Date: Wed, 14 Sep 2005 11:49:56 +0530
On Wed, 2005-09-14 at 10:25 +0530, lviren wrote:
> case GDK_Page_Up:
> + e_week_view_cursor_key_up (week_view,
> view_type);
> + break;
> case GDK_Up:
> e_week_view_cursor_key_up (week_view,
> view_type);
> break;
> + case GDK_Page_Down:
> + e_week_view_cursor_key_down (week_view,
> view_type);
> + break;
The pageup and page down keys does the same as up and down arrow keys.
Pageup key must scroll one month above in month view and a week for the
week view. Same holds good for pagedown keys too.
thanks, Chenthill.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]