[E-devel] Creation of Widgets

2007-12-10 Thread Kalyan Kumar
Hi all, i have a question relating to creation of widgets. can we create/make a widget with out using either ETK or EWL libraries? i would like to know for example, how i can create a List Box or probably Radio Button using Edje/Evas (using edc file). this may seem very basic to lot

Re: [E-devel] Creation of Widgets

2007-12-10 Thread Hisham Mardam Bey
On Dec 10, 2007 6:16 AM, Kalyan Kumar [EMAIL PROTECTED] wrote: Hi all, i have a question relating to creation of widgets. can we create/make a widget with out using either ETK or EWL libraries? i would like to know for example, how i can create a List Box or probably Radio Button using

Re: [E-devel] Creation of Widgets

2007-12-10 Thread dan sinclair
There are some documents on the wiki on creating widgets in Edje. You can also try talking to dresb as he's doing that documentation stuff at the moment. You can see the wiki at wiki.enlightenment.org. Otherwise, I'd say embed Ewl into your application as it will make development a lot

Re: [E-devel] Creation of Widgets

2007-12-10 Thread Gustavo Sverzut Barbieri
On Dec 10, 2007 8:16 AM, Kalyan Kumar [EMAIL PROTECTED] wrote: Hi all, i have a question relating to creation of widgets. can we create/make a widget with out using either ETK or EWL libraries? i would like to know for example, how i can create a List Box or probably Radio Button using