efl_ui_spin: move the step implementation to spin_button
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Thu, 1 Aug 2019 11:55:06 +0000 (13:55 +0200)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 5 Aug 2019 02:51:03 +0000 (11:51 +0900)
commit33e90eb54fa47913c940cf12e4b72f1d750f92a7
tree5c88a8e0593513d273293e8ef03ef18dff1807dc
parent69088287476f1921e67ea0d20c4974bf560482a6
efl_ui_spin: move the step implementation to spin_button

having efl_ui_spin implementing efl.ui.range_interactive does not make
sense. Efl.Ui.Spin is a not interactive widget, so it should not
implement that interface.

ref T7897

Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D9475
src/bin/elementary/test_ui_spin.c
src/lib/elementary/efl_ui_spin.c
src/lib/elementary/efl_ui_spin.eo
src/lib/elementary/efl_ui_spin_button.c
src/lib/elementary/efl_ui_spin_button.eo
src/lib/elementary/efl_ui_spin_button_private.h
src/lib/elementary/efl_ui_spin_private.h
src/tests/elementary/spec/efl_test_range_interactive.c