Re: [E-devel] About bindings and python

2009-08-03 Thread The Rasterman
On Mon, 03 Aug 2009 09:39:31 +0200 Viktor Kojouharov said: > On Sun, 2009-08-02 at 20:07 -0300, Gustavo Sverzut Barbieri wrote: > > On Sun, Aug 2, 2009 at 11:53 AM, Viktor Kojouharov > > wrote: > > > I've been curiously looking at the python bindings for the efl, and the > > > more I look, the mo

Re: [E-devel] About bindings and python

2009-08-03 Thread Viktor Kojouharov
On Sun, 2009-08-02 at 20:07 -0300, Gustavo Sverzut Barbieri wrote: > On Sun, Aug 2, 2009 at 11:53 AM, Viktor Kojouharov > wrote: > > I've been curiously looking at the python bindings for the efl, and the > > more I look, the more this question seems to come up in my mind: > > > > Why are we not r

Re: [E-devel] About bindings and python

2009-08-02 Thread Gustavo Sverzut Barbieri
On Sun, Aug 2, 2009 at 11:53 AM, Viktor Kojouharov wrote: > I've been curiously looking at the python bindings for the efl, and the > more I look, the more this question seems to come up in my mind: > > Why are we not returning 'self' in all those setter methods? > > let's take for instance the met

[E-devel] About bindings and python

2009-08-02 Thread Viktor Kojouharov
I've been curiously looking at the python bindings for the efl, and the more I look, the more this question seems to come up in my mind: Why are we not returning 'self' in all those setter methods? let's take for instance the methods of elm_check. Instead of just claling elm_check_label_set and c