Re: [E-devel] Edje programs question

2009-08-13 Thread Sachiel
On Thu, Aug 13, 2009 at 3:03 AM, Carsten Haitzler wrote: > On Fri, 07 Aug 2009 18:05:34 -0400 Christopher Michael > > said: > >> Carlo Ascani wrote: >> > Hi all, >> > this is a simple edj theme section: >> > ... >> > part{ >> >     name: "xxx"; >> >     type:RECT; >> >     mouse_events:1; >> >  

Re: [E-devel] Edje programs question

2009-08-12 Thread The Rasterman
On Fri, 07 Aug 2009 18:05:34 -0400 Christopher Michael said: > Carlo Ascani wrote: > > Hi all, > > this is a simple edj theme section: > > ... > > part{ > > name: "xxx"; > > type:RECT; > > mouse_events:1; > > description{ > > state: "default" 0.0; > > color: 255 0

Re: [E-devel] Edje programs question

2009-08-07 Thread Christopher Michael
Carlo Ascani wrote: > Hi all, > this is a simple edj theme section: > ... > part{ > name: "xxx"; > type:RECT; > mouse_events:1; > description{ > state: "default" 0.0; > color: 255 0 0 255; > } > description{ > state: "hover" 0.0; > color: 0 25