From: Kim Shinwoo <kimcinoo.efl@gmail.com>
authorKim Shinwoo <kimcinoo.efl@gmail.com>
Mon, 17 Sep 2012 03:01:46 +0000 (03:01 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 17 Sep 2012 03:01:46 +0000 (03:01 +0000)
commit8b8d6f2966a7d7e654e7780b2a9f0d813e4b97e2
tree1dfad979a00b3890ebdc68c2b35a81ae4b21be4f
parent26953e73457279095eef96dd664e4eac12d1d0cc
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] access - activate widget
Subject: [E-devel] [Patch][elementary] scroller, slider - access
activate feature

the previous activate function just get object only. to activate scroller
or slider etc.. it needs more information. so the patch changed previous
activate(Evas_Object *obj) to activate(Evas_Object *obj, Elm_Activate act);
the Elm_Activate can be one of ELM_ACTIVATE_DEFAULT, UP, DOWN, RIGHT, and
LEFT.. you can add more if it is necessary.

I have attached two patches. one is for the slider and the other is for the
scoller.
this patch would support those who wants change value of slider or content
position of scroller on remote side.
this would be useful to the access side or voice control side also.

SVN revision: 76717
src/lib/elm_access.c
src/lib/elm_button.c
src/lib/elm_scroller.c
src/lib/elm_slider.c
src/lib/elm_widget.c
src/lib/elm_widget.h
src/lib/elm_win.c