diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-08-24 13:45:01 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-08-29 10:40:53 +0900 |
commit | 6e5e8e567b774118ffc14a09442742e867b3cf75 (patch) | |
tree | be0bf73e2c89ddb401743419ecea9941f6dc6dae /src/lib/elementary/elm_widget.h | |
parent | 71a74aa718bae3e756673c5ef43a6526b12301d0 (diff) |
widget: Rename hook "orientation" (EO)
Renamed to on_orientation_update
This internal / virtual function is in fact not overridden anywhere. Not
sure it is necessary to expose it in EO API?
Ref T5363
Diffstat (limited to 'src/lib/elementary/elm_widget.h')
-rw-r--r-- | src/lib/elementary/elm_widget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_widget.h b/src/lib/elementary/elm_widget.h index dd27716dfa..4e062e4a59 100644 --- a/src/lib/elementary/elm_widget.h +++ b/src/lib/elementary/elm_widget.h | |||
@@ -768,7 +768,6 @@ EAPI Evas_Object *elm_widget_content_part_get(const Evas_Object *obj, const | |||
768 | EAPI Evas_Object *elm_widget_content_part_unset(Evas_Object *obj, const char *part); | 768 | EAPI Evas_Object *elm_widget_content_part_unset(Evas_Object *obj, const char *part); |
769 | EAPI void elm_widget_access_info_set(Evas_Object *obj, const char *txt); | 769 | EAPI void elm_widget_access_info_set(Evas_Object *obj, const char *txt); |
770 | EAPI const char *elm_widget_access_info_get(const Evas_Object *obj); | 770 | EAPI const char *elm_widget_access_info_get(const Evas_Object *obj); |
771 | EAPI void elm_widget_orientation_set(Evas_Object *obj, int rotation); | ||
772 | EAPI Elm_Object_Item *elm_widget_focused_item_get(const Evas_Object *obj); | 771 | EAPI Elm_Object_Item *elm_widget_focused_item_get(const Evas_Object *obj); |
773 | EAPI void elm_widget_orientation_mode_disabled_set(Evas_Object *obj, Eina_Bool disabled); | 772 | EAPI void elm_widget_orientation_mode_disabled_set(Evas_Object *obj, Eina_Bool disabled); |
774 | EAPI Eina_Bool elm_widget_orientation_mode_disabled_get(const Evas_Object *obj); | 773 | EAPI Eina_Bool elm_widget_orientation_mode_disabled_get(const Evas_Object *obj); |