Hi,

+static Eina_Bool _event_hook(Evas_Object *obj, Evas_Object *src,
+                             Evas_Callback_Type type, void *event_info);
We don't need this. Removed.

+     {
+        _update_sel_it(obj, wd->selected_it-1);
+     }
+   else if ((!strcmp(ev->keyname, "Right")) || (!strcmp(ev->keyname,
"KP_Right")))
+     {
+        _update_sel_it(obj, wd->selected_it+1);
+     }
Whitespace in end of line. And more than 80 chars in line.
(http://trac.enlightenment.org/e/wiki/ECoding#CodingStyle).


All fixed and applied in svn(rev 54798).



On Sun, Nov 21, 2010 at 11:33 PM, Jihoon Kim <[email protected]> wrote:
> Hi, all.
>
> Most widget supports keyboard events, but elm_calendar does not.
> This patch makes elm_calendar be able to handle the key event.
>
> When the Left or Right arrow key is pressed, selected item will be moved to
> previous day, next day.
> When the Up or Down arrow key is pressed, selected item will be moved to
> previous week, next week.
> In addition, calendar will show the previous or next month when the PgUp or
> PgDn key is pressed.
>
> Thanks.
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today
> http://p.sf.net/sfu/msIE9-sfdev2dev
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>



-- 
Tiago Rezende Campos Falcão
Developer @ ProFUSION Embedded Systems

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to