this is... the beginning of accessibility supportin elm. it's direct
authorCarsten Haitzler <raster@rasterman.com>
Fri, 19 Aug 2011 11:07:42 +0000 (11:07 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Fri, 19 Aug 2011 11:07:42 +0000 (11:07 +0000)
commitc264466f3bd6f352d9aba93ea998e9edf9b59a08
tree13bd5c37b274c4b125bde08beccf74d8c57f4dad
parent20236447bb926f0c1503a6ed8a50ad335ab7565d
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.

SVN revision: 62585
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]