in svn 69947

But I changed here also. please refer.



 64  static Eina_Bool
 65 -_focus_next_hook(const Evas_Object *obj __UNUSED__,
 66 -                 Elm_Focus_Direction dir __UNUSED__,
 67 -                 Evas_Object **next __UNUSED__)
 68 +_focus_next_hook(const Evas_Object *obj,
 69 +                 Elm_Focus_Direction dir,
 70 +                 Evas_Object **next)


Thank you very much


------------------------------------

-Regards, Hermet-

-----Original Message-----
From: "Kim Shinwoo"<kimcinoo....@gmail.com> 
To: "Enlightenment developer 
list"<enlightenment-devel@lists.sourceforge.net>; 
Cc: 
Sent: 2012-04-06 (금) 00:20:34
Subject: [E-devel] [Patch][elementary] elc_popup, focus next hook implementation

Current Issue:
   Focus does not go to Popup content and action area.
Reason:
  focus_next hook is returning EINA_FALSE in focus_next_hook.
Change Description:
  1. Routed the focus_next call to the internal notify object.
  2. Set the visibility of action area layout in edc to True as the
visibility of the action area layout returns zero even if due to state
change it is set to visible state in edje.
  3. Deleted the show event callback "_popup_show" in del_pre_ hook.

Signed-Off-By: RAJEEV RANJAN<rajeev.r>@samsumg.com>
------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to