Adding an API to Dayselector

Desktop / Enlightenment / Elementary - cabelitos [intel.com] - 12 July 2013 09:45 UTC

This patches introduces a new API that will make the Dayselector more flexible. Before this patch the only way that the week this was being shown was according to the '%a' format type from the strftime() function, However the user may want to abbreviate using another criterion. This patch will allow the user to do that.

ea592c8 Adding an API to Dayselector.
src/bin/test_dayselector.c | 21 ++++++++++
src/lib/elm_dayselector.c | 78 ++++++++++++++++++++++++++++++++++++++
src/lib/elm_dayselector_eo.h | 32 ++++++++++++++++
src/lib/elm_dayselector_legacy.h | 47 +++++++++++++++++++++++
src/lib/elm_widget_dayselector.h | 1 +
5 files changed, 179 insertions(+)

Upstream: git.enlightenment.org


  • Share