Label: add 2 new api for setting the slide animation speed

Desktop / Enlightenment / Elementary - davemds [gurumeditation.it] - 9 February 2014 17:13 UTC

Added API:
void elm_label_slide_speed_set(Evas_Object *obj, double speed); double elm_label_slide_speed_get(const Evas_Object *obj);

This work is based on the previous reverted commit by nirajkr, thanks! I hope this will fullfill his requirement, please let me know of any problems.

cc07e23 Label: add 2 new api for setting the slide animation speed.
src/bin/test_label.c | 100 ++++++++++++++++++++++++++++++++++----------
src/lib/elm_label.c | 92 ++++++++++++++++++++++++++++++----------
src/lib/elm_label_eo.h | 34 ++++++++++++++-
src/lib/elm_label_legacy.h | 27 +++++++++++-
src/lib/elm_widget_label.h | 2 +
5 files changed, 208 insertions(+), 47 deletions(-)

Upstream: git.enlightenment.org


  • Share