efl/legacy/elementary/src
Daniel Zaoui 9d50d391a0 Object Items: Adapt del callback to Eo.
Because of widget item design, it is hard to make it fit to Eo as it
should be:
- _eo_del_cb should have the callback pointer as data but pre_notify
function forces its storage into the item data because we need to be
able to call the cb before del is really triggered.
- only one cb is supported for an item, meaning replacing it would mean
we have to save the function pointer inside the item, delete the
callback with the previous function as data and then add the new
callback. Instead of it, we just add our own wrapper as Eo callback that
will invoke the function pointer stored in the item data.
2014-11-12 12:03:58 +02:00
..
bin example/evasmap3d: change to simpler call. 2014-11-10 20:15:16 +09:00
edje_externals autotools: add m4 macro to check for options 2014-09-04 17:33:05 +02:00
examples elementary: Adding example to demonstrate radio "changed" functionality. 2014-09-28 23:50:16 +09:00
imported atspi: add AtspiText and AtspiEditableText interface support. 2014-06-10 16:18:17 +09:00
lib Object Items: Adapt del callback to Eo. 2014-11-12 12:03:58 +02:00
modules autotools: add m4 macro to check for options 2014-09-04 17:33:05 +02:00
tests tests: Clean-up elementary-cxx test suite. 2014-09-17 20:28:05 -03:00
Makefile.am pass distcheck - add imported headers to makefiles to pass 2013-12-03 17:14:30 +09:00