On Sun, Oct 12, 2008 at 4:14 AM, flower-mei <[EMAIL PROTECTED]> wrote:
>
>
>  Hi,
>
>    I don't know how etk interact with edje in python that is to say
> I don't know how etk set the background and the widgets' theme.
>
> I have seek for the relevant materal for days but i can't find any.

You can find some docs at:
   - http://wiki.enlightenment.org/
   - http://docs.enlightenment.org/
but be warned that docs get out of sync and might be outdated, so it's
better to look at code. However the "big picture" have not changed,
these docs describe it well, just pay attention to the api.

Etk uses Evas and Edje to create its widgets, so you can use
etk_theme_* to change it globally or
etk_widget_theme_set()/etk_widget_theme_file_set()/etk_widget_theme_group_set()
to choose another edje for specific widget.


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: [EMAIL PROTECTED]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to