[E-devel] evas object event callback API

2006-08-05 Thread Jan Rychter
Context: writing foreign language bindings to Evas I've encountered some snags with Evas callbacks and thought I'd ask for advice (and possibly suggest a better API). Overall, the problem is that Evas assumes in a number of places that one object event callback == exactly one C function. When

[E-devel] E submenu placement

2006-08-05 Thread Kevin Brosius
So, who is working on e menus at the moment? Am I stepping on any toes if I commit stuff like this? The attached patch prevents submenus from being drawn off the right side of the screen. Are there bigger plans for menu layout adjustment? I see that placement also needs to take in to account

Re: [E-devel] E submenu placement

2006-08-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Brosius schreef: So, who is working on e menus at the moment? Am I stepping on any toes if I commit stuff like this? The attached patch prevents submenus from being drawn off the right side of the screen. You are a hero! The whole 'menus

Re: [E-devel] E submenu placement

2006-08-05 Thread Aleksej Struk
Well, many people like/dislike such menu behaviour. So, in order to satisfy all around it would be greate to have this functionality as an option. On Sat, Aug 05, 2006 at 06:06:51PM +0200, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Brosius schreef: So, who is

Re: [E-devel] E submenu placement

2006-08-05 Thread Hisham Mardam Bey
On 8/5/06, Koen Kooi [EMAIL PROTECTED] wrote: Kevin Brosius schreef: So, who is working on e menus at the moment? Am I stepping on any toes if I commit stuff like this? The attached patch prevents submenus from being drawn off the right side of the screen. You are a hero! The whole

Re: [E-devel] E submenu placement

2006-08-05 Thread Kevin Brosius
Hisham Mardam Bey wrote: On 8/5/06, Koen Kooi [EMAIL PROTECTED] wrote: Kevin Brosius schreef: So, who is working on e menus at the moment? Am I stepping on any toes if I commit stuff like this? The attached patch prevents submenus from being drawn off the right side of the

Re: [E-devel] E submenu placement

2006-08-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hisham Mardam Bey schreef: On 8/5/06, Koen Kooi [EMAIL PROTECTED] wrote: Kevin Brosius schreef: So, who is working on e menus at the moment? Am I stepping on any toes if I commit stuff like this? The attached patch prevents submenus from being

Re: [E-devel] E submenu placement

2006-08-05 Thread Kevin Brosius
Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Brosius schreef: So, who is working on e menus at the moment? Am I stepping on any toes if I commit stuff like this? The attached patch prevents submenus from being drawn off the right side of the screen.

Re: [E-devel] E submenu placement

2006-08-05 Thread Kevin Brosius
Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hisham Mardam Bey schreef: On 8/5/06, Koen Kooi [EMAIL PROTECTED] wrote: Kevin Brosius schreef: So, who is working on e menus at the moment? Am I stepping on any toes if I commit stuff like this? The attached

Re: [E-devel] new taskbar module

2006-08-05 Thread shadoi
Hannes Janetzek wrote: Am Fri, 4 Aug 2006 17:57:43 -0700 schrieb Blake Barnett [EMAIL PROTECTED]: On Aug 4, 2006, at 5:58 PM, Hannes Janetzek wrote: snip It would be great to have some feedback what others think is needed for a taskbar. common give it a try :) snip Here's a couple of

Re: [E-devel] E submenu placement

2006-08-05 Thread The Rasterman
On Sat, 05 Aug 2006 12:01:01 -0400 Kevin Brosius [EMAIL PROTECTED] babbled: So, who is working on e menus at the moment? Am I stepping on any toes if I commit stuff like this? The attached patch prevents submenus from being drawn off the right side of the screen. Are there bigger plans

Re: [E-devel] evas object event callback API

2006-08-05 Thread The Rasterman
On Sat, 05 Aug 2006 12:45:39 +0200 Jan Rychter [EMAIL PROTECTED] babbled: In ecore_evas - you do have a problem as it expects ONE callabck only per ecore_evas canvas wrapper and events - BUT for evas this is not the case. you can attach N event callbacks to any objects for an event type. as you