On Thu, Dec 24, 2009 at 02:08, Gustavo Sverzut Barbieri
<[email protected]> wrote:
> You mean, after my patch? Take a look _list_item_conv.
>

I printed variable cbt in _list_item_conv callback, this is the
content of the tuple:

(
List(0x40f23990, type='elm_widget', refcount=10, Evas_Object=0x180e20,
name=None, geometry=(0, 0, 480, 596), color=(255, 255, 255, 255),
layer=0, clip=True, visible=True),
<functools.partial object at 0x40f23c30>,
<elementary.c_elementary.ListItem object at 0x40e51df0>,
(),
{}
)

As you can see, ListItem IS in the tuple, but the object passed to the
actual python callback is cbt[0], so the List. Anyway I'll make some
other tests in the meanwhile.
-- 
daniele_athome

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to