Re: [E-devel] Some question around ewl_tree

2005-01-26 Thread Brian Mattern
Ewl_Image can be used to display any edje, so that should work for an animated icon (granted that its an edje file). -- rephorm On Jan 26, 2005, at 9:38 AM, Vincent Torri wrote: On Wed, 26 Jan 2005, joel vennin wrote: Hello, i'm using the ewl_tree and i try to get for each row something lik

Re: [E-devel] Some question around ewl_tree

2005-01-26 Thread joel vennin
Ok, it works great. But now i've another question or maybe a suggestion. In fact, ok i'm able to add something like i want inside a tree. But now when there is an event i'm able to get the selected row or something like that, the question is ! Is it possible to associate specific data to a row ?

Re: [E-devel] Some question around ewl_tree

2005-01-26 Thread Vincent Torri
On Wed, 26 Jan 2005, joel vennin wrote: > Hello, > i'm using the ewl_tree and i try to get for each row something like this: > > + some text > + some text > > + some text > > > The problem is that i'm unable to get a row with an icon and a text. > How can

Re: [E-devel] Some question around ewl_tree

2005-01-26 Thread joel vennin
Thank you !!! Jol On Wed, 26 Jan 2005 11:04:56 -0600, Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > Animated icons can be done by creating your own edje and assigning a > widget to use it. Take a look at ewl_simple_test.c in the test > directory for an example. > > EWL has generic data attachm

Re: [E-devel] Some question around ewl_tree

2005-01-26 Thread Nathan Ingersoll
Animated icons can be done by creating your own edje and assigning a widget to use it. Take a look at ewl_simple_test.c in the test directory for an example. EWL has generic data attachment functions like ewl_widget_data_set. Or you put a callback on the widget and that takes a user_data parameter

[E-devel] Some question around ewl_tree

2005-01-26 Thread joel vennin
Hello, i'm using the ewl_tree and i try to get for each row something like this: + some text + some text + some text The problem is that i'm unable to get a row with an icon and a text. How can i do ? Another question: Is there already something in ewl to