[accessability] Initial merge
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 19 Aug 2011 11:07:42 +0000 (11:07 +0000)
committerMike McCormack <mj.mccormack@samsung.com>
Mon, 14 Nov 2011 07:44:21 +0000 (16:44 +0900)
commit76315f85e6f98edbe7ffe8cc6f695308aff2f89c
tree799b4cb878d0bba71f409180acb3f85909c3a513
parent40b68a4da5009436b644e823013ddf36625fbfae
[accessability] Initial merge

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: https://svn.enlightenment.org/svn/e/trunk/elementary@62585 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
configure.ac
data/themes/widgets/label.edc [new file with mode: 0644]
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/mod.c