The preferred method of passing data to these functions is via the smart objects data field ( evas_object_smart_data_{set|get} )

Create a struct with any data your smart object needs, the set the data. That way it is included with the object at all times, and doesn't need to be passed independently.
--
brian



Tilman Sauerbeck wrote:

Hi,
I want to extend the Evas_Smart callbacks (object_add, object_delete,
object_raise etc) by void *udata, for various reasons ;)

Any objections?






------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ enlightenment-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to