Andreas Volz <[EMAIL PROTECTED]> [2005-03-25 15:49]: > in GTK are two functions to get access to non global data from inside a > callback. The problem is to give a pointer into the resize callback: > > ecore_evas_callback_resize_set ( Ecore_Evas * ee, > void(*)(Ecore_Evas *ee) func ) > > In GTK there are g_object_set_data to store a pointer and > g_object_get_data to restore it. Is there something similar? Or should I > do it another way? Global data? There should be a better solution.
ecore_evas_data_set/get -- Regards, Tilman ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
