Re: [E-devel] Box object in Edje

2008-11-21 Thread Iván Briano (Sachiel)
Sourceforge dropped the theme, here it is now. collections { #define BOX_ITEM(NAME, R, G, B, A) \ group { \ name: NAME; \ parts { \ part { \ name: "it"; \ type: RECT; \ repeat_events: 0; \ description { \ state: "default" 0.0; \ min: 50 50; \ rel1 { relative:

Re: [E-devel] Box object in Edje

2008-11-21 Thread Iván Briano (Sachiel)
On Fri, Nov 21, 2008 at 1:20 PM, Cedric BAIL <[EMAIL PROTECTED]> wrote: > On Fri, Nov 21, 2008 at 3:50 PM, Iván Briano (Sachiel) > <[EMAIL PROTECTED]> wrote: >> Hello list, >> Attached is a patch that adds the Evas box functionality to Edje, >> allowing to define a box in themes, which can contain

Re: [E-devel] Box object in Edje

2008-11-21 Thread Cedric BAIL
On Fri, Nov 21, 2008 at 3:50 PM, Iván Briano (Sachiel) <[EMAIL PROTECTED]> wrote: > Hello list, > Attached is a patch that adds the Evas box functionality to Edje, > allowing to define a box in themes, which can contain objects added > by applications or other groups. It supports all the layouts de