From: Kim Shinwoo <kimcinoo.efl@gmail.com>
authorKim Shinwoo <kimcinoo.efl@gmail.com>
Mon, 3 Sep 2012 08:44:53 +0000 (08:44 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 3 Sep 2012 08:44:53 +0000 (08:44 +0000)
commit034c26a6a1d5ff8efbc75035a9edf01a5d425438
tree8ff9d31bb0677df19dcc9ea847d0afb041d8e31a
parent70aba11c53f50f30a5a3e2f8294de752104137d7
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] access - add activate callback

till now, accessibility has used ecore_x_mouse_*_send(). the patch has
activate callback which takes place of the ecore_x_mouse_*_send() stuff.
if the access module is enabled and 'double tap' is detected, elm_win
will
receive ECORE_X_ATOM_E_ILLUME_ACCESS_CONTROL message with
ECORE_X_ATOME_E_ILLUME_ACCESS_ACTION_ACTIVATE and call the activate
callback for the accessibility. that's it.

SVN revision: 75978
ChangeLog
src/lib/elm_access.c
src/lib/elm_button.c
src/lib/elm_widget.h
src/lib/elm_win.c