Re: [E-devel] Edje: stupid question

2005-04-13 Thread Nigel Benns
collections { // define the main interface group { name, "eim"; min, 128 256; parts { //define the background part { name, "background"; type, RECT; mouse_events, 0; // define the backgorund as transparency description {

[E-devel] Edje: stupid question

2005-04-13 Thread joel vennin
Hello, i'm a new user of edje .. I've a really basic question, i've already took a look inside the edje documentation but i'm unable to do this: I create a background and i want to create a header on the background with the width equal to the background width and with a header height equals to 20

Re: [E-devel] Edje: stupid question

2005-04-13 Thread Brian Mattern
what you want is the offset param. rel1 as is rel2 { relative: 1.0 0.0; offset: -1 20; } -- rephorm joel vennin wrote: Hello, i'm a new user of edje .. I've a really basic question, i've already took a look inside the edje documentation but i'm unable to do this: I create a background and i want