this adds the mixin to the item. With this commit every class inheriting
from Efl.Ui.Item will automatically emit all the clickable events.
Depends on D9423
zmike | |
segfaultxavi | |
cedric |
this adds the mixin to the item. With this commit every class inheriting
from Efl.Ui.Item will automatically emit all the clickable events.
Depends on D9423
Lint OK |
No Unit Test Coverage |
Buildable 11439 |
With the patches here, we have test-coverage over all widgets implementing efl.ui.clickable. That all events are emitted as expected. (Except efl.ui.text, see the reasoning in the commit).
Travis: https://travis-ci.org/Enlightenment/efl/jobs/528235450
remove more code that can be done with the util class, and rebase in a way that the patch does apply again.