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 Edje/Evas (using "edc" file).
>
>   this may seem very basic to lot of people here.
>   can anyone brief me how to do this.
>   thanks a lot in advance.
>

You have to create all the logic manually using Evas / Edje (and
possibly Evas smart objects). My advice to you would be to take Etk,
embed it into your Edje app (or swallow the widgets), and custom theme
them using Edje to suit your application's look. That way you get all
the functionality you need, the looks you need, without the hassle of
having to re-implement half the logic (or more) that a widget set does
(basic movement, resizing, etc)


-- 
Hisham Mardam Bey
http://hisham.cc/
+1-514-713-9312
Codito Ergo Sum (I Code Therefore I Am)

-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to