Datetime: Apply UI Mirroring for Tizen 3.0 62/142762/2
authorWoochan Lee <wc0917.lee@samsung.com>
Mon, 7 Aug 2017 07:42:35 +0000 (16:42 +0900)
committerwoochan lee <wc0917.lee@samsung.com>
Mon, 7 Aug 2017 07:52:06 +0000 (07:52 +0000)
The datetime is not including UI Mirroring feature.

Change-Id: Iacdf0bf589e328a7ef3902555e92d11f505492ff

src/lib/elm_datetime.c
src/lib/elm_datetime.eo

index c2077e90b9e1f2f7e21d9788420cbcf70b9383f6..be9103a68ea87b647ee10a8aae326f7db8af2bce 100644 (file)
@@ -639,6 +639,20 @@ _elm_datetime_elm_widget_theme_apply(Eo *obj, Elm_Datetime_Data *sd)
    return int_ret;
 }
 
+//TIZEN_ONLY(20170807): Apply UI Mirroring for Tizen 4.0 UX
+EOLIAN static Eina_Bool
+_elm_datetime_elm_widget_mirrored_get(Eo *obj EINA_UNUSED, Elm_Datetime_Data *sd EINA_UNUSED)
+{
+   return EINA_FALSE;
+}
+
+EOLIAN static void
+_elm_datetime_elm_widget_mirrored_set(Eo *obj EINA_UNUSED, Elm_Datetime_Data *sd EINA_UNUSED, Eina_Bool mirrored EINA_UNUSED)
+{
+   return;
+}
+//
+
 static int
 _max_days_get(int year,
               int month)
index cd1186c4706dfac5a2d67d10f1fb8bd2899c0d25..fa7e8ee28947c540ac79e65666113c8aac16b755 100644 (file)
@@ -347,6 +347,9 @@ class Elm.Datetime (Elm.Layout)
       Elm.Widget.on_focus;
       Elm.Widget.translate;
       Elm.Layout.sizing_eval;
+      //TIZEN_ONLY(20170807): Apply UI Mirror for Tizen 4.0 UX
+      Elm.Widget.mirrored;
+      //
    }
    events {
       changed;