Re: [E-devel] [PATCH]: keyboard navigation in menus

2011-03-22 Thread Tristan Lelong
2011/3/22 Carsten Haitzler : > On Mon, 14 Mar 2011 17:40:46 +0100 Tristan Lelong > said: > > cool. ok. > > patch 01. elm_menu_discard() - why that name? why can't just > evas_object_hide() do the job? even if we had this api shouldn't it be more > like elm_menu_h

Re: [E-devel] [PATCH]: keyboard navigation in menus

2011-03-14 Thread Tristan Lelong
Hi, here are the corrected patches. I hope I did not forget anything. 2011/3/10 Tristan Lelong : > Ok, I correct all these and I'll submit patches again. > Thx for the feedback. > > Le jeudi 10 mars 2011, Carsten Haitzler a écrit : >> On Wed, 9 Mar 2011 16:24:

Re: [E-devel] [PATCH]: keyboard navigation in menus

2011-03-10 Thread Tristan Lelong
Ok, I correct all these and I'll submit patches again. Thx for the feedback. Le jeudi 10 mars 2011, Carsten Haitzler a écrit : > On Wed, 9 Mar 2011 16:24:10 +0100 Tristan Lelong > > said: > > ok. going to have to "reject" here. > > patch 1: >

[E-devel] [PATCH]: keyboard navigation in menus

2011-03-09 Thread Tristan Lelong
Hello, I was using elementary on a target that only has a keyboard, and I add to do several modification on the elm_menu to handle keyboard navigation. - patch 1: discard a menu from C source code - patch 2: add accessors for menu items and add the ability to handle selected item from C source cod