this is... the beginning of accessibility supportin elm. it's direct
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 19 Aug 2011 11:07:42 +0000 (11:07 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 19 Aug 2011 11:07:42 +0000 (11:07 +0000)
commitb7f898e2465de324d5af5981a0a8c064cc3c47f2
tree13bd5c37b274c4b125bde08beccf74d8c57f4dad
parent9f6dc36bc9fd526b260fe05026a523b408e0bb4f
this is... the beginning of accessibility supportin elm. it's direct
as in elm manages it itself - all it needs is a module to send text
to. one is provided here that just execs espeak and handles a stream
of things for it to say. this is only a start and is still being
fleshed out.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62585 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
configure.ac
data/themes/widgets/label.edc
src/lib/Makefile.am
src/lib/elm_access.c [new file with mode: 0644]
src/lib/elm_button.c
src/lib/elm_widget.h
src/modules/Makefile.am
src/modules/access_output/Makefile.am [new file with mode: 0644]
src/modules/access_output/mod.c [new file with mode: 0644]