floatingbutton: disable mirrored mode 73/130573/1
authorJee-Yong Um <jc9.um@samsung.com>
Thu, 24 Nov 2016 12:22:45 +0000 (21:22 +0900)
committerSungtaek Hong <sth253.hong@samsung.com>
Tue, 23 May 2017 04:10:16 +0000 (13:10 +0900)
Signed-Off-By: Jee-Yong Um <jc9.um@samsung.com>
Change-Id: I3aeb75e7b3007e92be51fee1f7251c68fde87dd7

src/mobile/eext_floatingbutton.c
src/mobile/eext_floatingbutton.eo

index d1fa986c6fc2362b9279dca5f64d71baa47c08ae..816057574e77da81cb186cf902a83bb1ecc4a318 100644 (file)
@@ -735,4 +735,16 @@ _eext_floatingbutton_elm_interface_atspi_component_extents_get(Eo *obj EINA_UNUS
      }
 }
 
+EOLIAN static Eina_Bool
+_eext_floatingbutton_elm_widget_mirrored_get(Eo *obj EINA_UNUSED, Eext_Floatingbutton_Data *sd EINA_UNUSED)
+{
+   return EINA_FALSE;
+}
+
+EOLIAN static void
+_eext_floatingbutton_elm_widget_mirrored_set(Eo *obj EINA_UNUSED, Eext_Floatingbutton_Data *sd EINA_UNUSED, Eina_Bool mirrored EINA_UNUSED)
+{
+
+}
+
 #include "eext_floatingbutton.eo.c"
index 0f34653875720d117ea063b55102fb6caa483060..ddabcb385eba4ef122d5982e66f5df9d88aaf84e 100644 (file)
@@ -94,6 +94,7 @@ class Eext.Floatingbutton (Elm.Layout) {
       Elm.Container.content_set;
       Elm.Container.content_get;
       Elm.Container.content_unset;
+      Elm.Widget.mirrored;
       Elm.Widget.theme_apply;
       Elm_Interface_Atspi_Component.extents.get;
    }