Tilman Sauerbeck <[EMAIL PROTECTED]> [2004-06-20 23:09]:
> why does Ecore Evas use its own event system instead of Ecore's event
> functions?
>
> I don't see the point, using the same way of handling events would be
> much better, IMHO.
Okay, if we can't move to Ecore_Event, can we please have a void *udata
passed to the callbacks, too?
This would make working with Ecore_Evas callbacks *much* more
convenient. I think today we all use code like this:
void foo_cb (Ecore_Evas *ee)
{
Evas *evas = ecore_evas_get (ee);
Evas_Object *edje = evas_object_find (evas, "edje");
/* do stuff with edje */
}
That's slightly annoying, right? ;)
Adding a void *udata will also help developing language bindings for
Ecore_Evas ;D
--
Regards,
Tilman
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel