RE: [E-devel] [Patch] Align of Elm_Notify
authorSeunggyun Kimsgyun.kim <Seunggyun Kimsgyun.kim@samsung.com>
Tue, 30 Oct 2012 13:09:33 +0000 (13:09 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 30 Oct 2012 13:09:33 +0000 (13:09 +0000)
commit37665f2618c269ecfbcfb4d1b46c88fe1f62886e
tree43757002cd50261053d484be57167b92f12e4be2
parent5801fb660b3ae9f5aa140018a43fe5db2342e6f9
RE: [E-devel] [Patch] Align of Elm_Notify

I attached new patch.
The old patch's default position and mirroring problem has been fixed.

I added new 2 APIs for supporting various notify's postion.
EAPI void elm_notify_align_set(Evas_Object *obj, double horizontal, double vertical); EAPI void elm_notify_align_get(const Evas_Object *obj, double *horizontal, double *vertical);

And below 2 APIs will be deprecated.
EINA_DEPRECATED EAPI void elm_notify_orient_set(Evas_Object *obj, Elm_Notify_Orient orient); EINA_DEPRECATED EAPI Elm_Notify_Orient elm_notify_orient_get(const Evas_Object *obj);

Please review this patch.
Thanks:)

Signed-Off-By: Seunggyun Kim<sgyun.kim@samsung.com>
SVN revision: 78653
src/bin/test_notify.c
src/lib/elm_deprecated.h
src/lib/elm_notify.c
src/lib/elm_notify.h
src/lib/elm_priv.h
src/lib/elm_scroller.c
src/lib/elm_util.c
src/lib/elm_widget_notify.h
src/lib/els_scroller.c