hi,
      I just want to when  I clicked the swallowed  part  It can handle  the
event  according  to the  special  icon  part.

     a simple code :


                       self.restaurant_icon=edje.Edje(self.ee.evas,

file=self.edje_file,

group="restaurant_menu")

self.restaurant.part_swallow("contents",self.restaurant_icon)


self.main_group.part_swallow("sub_menu_contents",self.restaurant)
                       #self.main_group.member_add(self.restaurant) (this
line  code not work well )
                       self.restaurant.signal_emit("transition,in",source)



self.main_group.part_object_get("sub_menu_contents").focus =True
                       self.main_group.focus =False
                       self.main_group.show()
  so  when I clicked  the  restaurant  icon ,  I  can get  the
"sub_menu_contents"  clicked signal , then I can SIGNAL_EMIT   the  "xx
restaurant icon  clicked  "  signal ,but   I don't   know   how  to
recognize  which  icon  is  clicked  ,  I  want to  try  the  mouse_grab  :

  self.restaurant.mouse_grab_set( )  but It can't work

 thanks!



> I fail to understand what you have and what you're trying to do. Just
> attach a simple edje and a simple code so I can fix and send the patch
> to you.
>
> --
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --------------------------------------
> MSN: [EMAIL PROTECTED]
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to