Re: [E-devel] [PATCH] updated: three new edje embryo functions

2008-05-18 Thread The Rasterman
On Mon, 14 Apr 2008 22:20:49 +0200 [EMAIL PROTECTED] (Lars Munch) babbled: in reality - whats you want is a fully programmable edje - ie everything can be created, destroyed and manipulated from embryo script. that is on a todo list for edje - but hasnt happened... yet :) > On Mon, Apr 14, 2008 a

Re: [E-devel] [PATCH] updated: three new edje embryo functions

2008-04-14 Thread Lars Munch
On Mon, Apr 14, 2008 at 02:29:06PM -0300, Gustavo Sverzut Barbieri wrote: > On Sun, Apr 13, 2008 at 7:42 PM, Peter Wehrfritz <[EMAIL PROTECTED]> wrote: > > Gustavo Sverzut Barbieri schrieb: > > > > > Maybe it will not impact things. The problem with these calls is that > > > they would collide wit

Re: [E-devel] [PATCH] updated: three new edje embryo functions

2008-04-14 Thread Gustavo Sverzut Barbieri
On Sun, Apr 13, 2008 at 7:42 PM, Peter Wehrfritz <[EMAIL PROTECTED]> wrote: > Gustavo Sverzut Barbieri schrieb: > > > Maybe it will not impact things. The problem with these calls is that > > they would collide with Edje internal states, getting these > > inconsistent. But since Edje does not han

Re: [E-devel] [PATCH] updated: three new edje embryo functions

2008-04-13 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri schrieb: > Maybe it will not impact things. The problem with these calls is that > they would collide with Edje internal states, getting these > inconsistent. But since Edje does not handle any layer/stack-related > information in their states, maybe this is no problem, in

Re: [E-devel] [PATCH] updated: three new edje embryo functions

2008-04-13 Thread Gustavo Sverzut Barbieri
On Sun, Apr 13, 2008 at 2:47 PM, Lars Munch <[EMAIL PROTECTED]> wrote: > On Sun, Apr 13, 2008 at 01:03:35PM -0300, Gustavo Sverzut Barbieri wrote: > > 2) part_*() does not operate on the given part_id: > > > > +static Embryo_Cell > > +_edje_embryo_fn_part_raise(Embryo_Program *ep, Embryo_Cel

Re: [E-devel] [PATCH] updated: three new edje embryo functions

2008-04-13 Thread Lars Munch
On Sun, Apr 13, 2008 at 01:03:35PM -0300, Gustavo Sverzut Barbieri wrote: > On Sun, Apr 13, 2008 at 7:17 AM, Lars Munch <[EMAIL PROTECTED]> wrote: > > Hi > > > > Attached patch adds three new functions to edje/embryo, namely > > part_raise, part_lower and get_mouse_buttons. > > I'd separate get_

Re: [E-devel] [PATCH] updated: three new edje embryo functions

2008-04-13 Thread Gustavo Sverzut Barbieri
On Sun, Apr 13, 2008 at 7:17 AM, Lars Munch <[EMAIL PROTECTED]> wrote: > Hi > > Attached patch adds three new functions to edje/embryo, namely > part_raise, part_lower and get_mouse_buttons. I'd separate get_mouse_buttons() from the others. First of all, they have nothing to do, second part_*()

[E-devel] [PATCH] updated: three new edje embryo functions

2008-04-13 Thread Lars Munch
Hi Attached patch adds three new functions to edje/embryo, namely part_raise, part_lower and get_mouse_buttons. The patch has been updated to apply cleanly against latest cvs. Regrads Lars Munch Index: data/include/edje.inc === RCS