enlightenment/src/modules/clock
Mike Blumenkrantz fe5d2e6e61 add bool return for mouse-based E_Action callbacks
in many cases, a mouse action's callback will fail to execute as a result of multiple
objects being under the pointer at the time of the event. in this case,
the callback should be able to determine whether action callback processing should
continue.

as an example, when attempting to execute an action which only activates for
client objects, if the passed object is not a client then the callback should return
false to indicate that it was not able to perform the action for the given object,
allowing further actions to be attempted on this object
2016-02-03 18:09:18 -05:00
..
e-module-clock.edj * edje: fix count that lead to memleak. 2010-08-12 15:07:26 +00:00
e_mod_config.c Add support for the ISO 8601 date format to the clock module 2015-10-04 13:02:48 -04:00
e_mod_main.c add bool return for mouse-based E_Action callbacks 2016-02-03 18:09:18 -05:00
e_mod_main.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
module.desktop.in src/modules/clock/module.desktop.in korean add 2014-11-05 17:08:49 +09:00