Re: [E-devel] Elementary and simple list

2011-05-26 Thread The Rasterman
On Sat, 21 May 2011 23:38:22 +0200 Atton Jonathan said: > Hello, > > for Enki I need a specific widget: > >- a vertical list of items: one item can be selected -> like a elm_list >- no scroll -> like a box > > > Do you think we can create this object ? maybe we can split elm_list, the

Re: [E-devel] Elementary and simple list

2011-05-23 Thread ChunEon Park
er for the best moment! -Regards, Hermet- -Original Message- From: "Atton Jonathan"<jonathan.at...@gmail.com> To: "ChunEon Park"<her...@naver.com> Cc: "e"<enlightenment-devel@lists.sourceforge.net> Sent: 11-05-23(월) 02:59:09 Subject: Re: [E

Re: [E-devel] Elementary and simple list

2011-05-22 Thread Atton Jonathan
I do not exactly what freeze does but I need that the list fit its size to the content (like a box does). 2011/5/22 ChunEon Park > HI, > > elm_list with no scroll? > > how about just freezing the scroll? > > > > ex) elm_object_scroll_freeze_push(list); > > > > > > ---

Re: [E-devel] Elementary and simple list

2011-05-22 Thread ChunEon Park
HI, elm_list with no scroll? how about just freezing the scroll? ex) elm_object_scroll_freeze_push(list); Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Atton Jonathan" To: "e"

[E-devel] Elementary and simple list

2011-05-21 Thread Atton Jonathan
Hello, for Enki I need a specific widget: - a vertical list of items: one item can be selected -> like a elm_list - no scroll -> like a box Do you think we can create this object ? maybe we can split elm_list, the content of a elm_list is what I need. I think elm_list should herits this w