diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-06-13 19:41:15 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-06-14 11:02:05 +0900 |
commit | ed41adf7913b73cb5c1c5bfcf0497610409da677 (patch) | |
tree | 9bbeb87e16cacd7c6609aa59482d7c8273e4b7af /src/lib/elementary/elm_widget.h | |
parent | 5f2e4b9197cb96184c8e8acde10b5d8da8ac8662 (diff) |
widget: Implement mirrored from Efl.Ui.Base
Ref T5363
Diffstat (limited to 'src/lib/elementary/elm_widget.h')
-rw-r--r-- | src/lib/elementary/elm_widget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/elementary/elm_widget.h b/src/lib/elementary/elm_widget.h index db7ae10dd7..b4c38e1371 100644 --- a/src/lib/elementary/elm_widget.h +++ b/src/lib/elementary/elm_widget.h | |||
@@ -729,8 +729,6 @@ EAPI int elm_widget_scroll_hold_get(const Evas_Object *obj); | |||
729 | EAPI void elm_widget_scroll_freeze_push(Evas_Object *obj); | 729 | EAPI void elm_widget_scroll_freeze_push(Evas_Object *obj); |
730 | EAPI void elm_widget_scroll_freeze_pop(Evas_Object *obj); | 730 | EAPI void elm_widget_scroll_freeze_pop(Evas_Object *obj); |
731 | EAPI int elm_widget_scroll_freeze_get(const Evas_Object *obj); | 731 | EAPI int elm_widget_scroll_freeze_get(const Evas_Object *obj); |
732 | EAPI Eina_Bool elm_widget_mirrored_get(const Evas_Object *obj); | ||
733 | EAPI void elm_widget_mirrored_set(Evas_Object *obj, Eina_Bool mirrored); | ||
734 | EAPI Eina_Bool elm_widget_mirrored_automatic_get(const Evas_Object *obj); | 732 | EAPI Eina_Bool elm_widget_mirrored_automatic_get(const Evas_Object *obj); |
735 | EAPI void elm_widget_mirrored_automatic_set(Evas_Object *obj, Eina_Bool automatic); | 733 | EAPI void elm_widget_mirrored_automatic_set(Evas_Object *obj, Eina_Bool automatic); |
736 | EAPI void elm_widget_theme_set(Evas_Object *obj, Elm_Theme *th); | 734 | EAPI void elm_widget_theme_set(Evas_Object *obj, Elm_Theme *th); |