[E-devel] python-evas and python-ecore bindings (v2, 20070429)

2007-04-29 Thread Gustavo Sverzut Barbieri
A much improved version, with object event callback support. Evas objects done: Rectangle, Line and Image. This version features an utility object evas.Rect that operates on rectangular coordinates, with nice methods like clip(), union(), clamp(), contains(), intercepts() and access through

Re: [E-devel] python-evas and python-ecore bindings (v2, 20070429)

2007-04-29 Thread The Rasterman
On Sun, 29 Apr 2007 22:19:19 -0300 Gustavo Sverzut Barbieri [EMAIL PROTECTED] babbled: A much improved version, with object event callback support. Evas objects done: Rectangle, Line and Image. This version features an utility object evas.Rect that operates on rectangular coordinates,

Re: [E-devel] python-evas and python-ecore bindings

2007-04-28 Thread Gustavo Sverzut Barbieri
On 4/27/07, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: Attached are my, still barebones, bindings of Evas and Ecore (also Ecore_Evas) to Python, using pyrex tool (tested with pyrex0.9.5.1a, efl from today and python2.4, on gentoo). [...] note: you need my last patch to evas to avoid it

[E-devel] python-evas and python-ecore bindings

2007-04-27 Thread Gustavo Sverzut Barbieri
Attached are my, still barebones, bindings of Evas and Ecore (also Ecore_Evas) to Python, using pyrex tool (tested with pyrex0.9.5.1a, efl from today and python2.4, on gentoo). There is still much to do, but I'd be glad to read comments on these so I can avoid problems in future or just change