Hello Hermet,

On the commit http://trac.enlightenment.org/e/changeset/68537 you
removed the elm_gengrid_item_object_get, but there's no equivalent to
be used.

Maybe the old elm_object_item_object_get() could substitute it, but
it's also deprecated. The closest one is elm_object_item_widget_get(),
which returns the containter widget (gengrid), not the item object.

>From the description of the previous api:

 * This returns the actual Evas object used to implement the
 * specified gengrid item's view. This may be @c NULL, as it may
 * not have been created or may have been deleted, at any time, by
 * the gengrid. <b>Do not modify this object</b> (move, resize,
 * show, hide, etc.), as the gengrid is controlling it. This
 * function is for querying, emitting custom signals or hooking
 * lower level callbacks for events on that object. Do not delete
 * this object under any circumstances.

This is exactly what I need to do. Is there any other API that could
be used instead of this one, or was this a mistake?

Regards,

--
Rafael Antognolli
http://antognolli.org/

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to