2009/10/29 Carlo Ascani <carlo.r...@gmail.com> > On Thu, 29 Oct 2009 10:50:01 -0400 > Atton Jonathan <jonathan.at...@gmail.com> wrote: > > > > So i've started working on the project this morning, so here are some > > > initial stupid questions: > > > 1. Is there some elm app that uses a custom edje theme to study its > code? > > > > > > > See elementary_test for something simple, especially the test "layout". > > > > > > > 2. Is there an IRC channel about Elementary? > > > > > > > #edevelop > > > > > > > 3. If #1 is NO, is there any doc about managing custom edje theme in > elm ? > > > > > > > no docs for this. > > Looking at elementary_test and at the edje docs and examples i can say : > Audio fader == elm_slider > Audio toggle == elm_button > Audio knob == elm_spinner > Audio meter == elm_progressbar (a bit forced but may works) > obviously themed in the right way. > So i'm able to assign a custom theme to an elm app, but how i can overwrite > default theme for standard widget, or maybe a single part of standard > widget? > > A single part you can't. Edje load a group, you can't select a part.
You can create a theme where you define your own style (elm/button/mystyle/default) the in your application you use elm_object_style_set(). If a widget try to load a group which is not in your theme, it will load it from the default theme. Consequently you do not need to defines all groups in your theme. > -- > Carlo Ascani <carlo.r...@gmail.com> > La politica pratica consiste nell'ignorare i fatti. (Henry Adams) > C programmers never die. They are just cast into void. > ------------------------------------- > msn: bradw...@hotmail.it > Visita www.ptondo.it > -- Regards. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel