clock: Add elm_clock_pause_set and elm_clock_pause_get functions for elm_clock widget
authorMichal Jagiello <m.jagiello@samsung.com>
Wed, 18 Dec 2013 01:14:20 +0000 (10:14 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Wed, 18 Dec 2013 01:14:39 +0000 (10:14 +0900)
commitc53be13f51ea47b26d430c25ef9b1e5c8f658a67
treed5e2c3fe239054afe36290a4a6165443ee2c2986
parentde76b3c6e4f8efa70180d87b3724935dc4bf4ce7
clock: Add elm_clock_pause_set and elm_clock_pause_get functions for elm_clock widget

Summary: This patch add two functions for elm_clock widget - elm_clock_pause_set and elm_clock_pause_get. I've prepared it because I want to do a stopwatch using this widget, but now it is impossible to pause the clock without set an editable mode.

Reviewers: seoz, cedric, stanluk, z.kosinski

Reviewed By: seoz

Differential Revision: https://phab.enlightenment.org/D374
src/bin/test.c
src/bin/test_clock.c
src/lib/elm_clock.c
src/lib/elm_clock_eo.h
src/lib/elm_clock_legacy.h
src/lib/elm_widget_clock.h