diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-08-17 23:26:34 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-08-23 11:16:45 +0900 |
commit | 964fafe429fb0f2ac292b658f2f0027cd77d0538 (patch) | |
tree | c49ad2a8a4ce5d3c565a4b15bc4ab5456abbb7a4 /src/lib/elementary/elm_widget.h | |
parent | 6a08d4c5199b0551e63b7a60c03bb82da8236217 (diff) |
widget: Remove parents_bounce from EO
It's specific to scroller and can be implemented there. Moved.
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 f29f505972..ee8191a202 100644 --- a/src/lib/elementary/elm_widget.h +++ b/src/lib/elementary/elm_widget.h | |||
@@ -724,7 +724,6 @@ EAPI void elm_widget_show_region_set(Evas_Object *obj, Evas_Coord x, | |||
724 | EAPI void elm_widget_show_region_get(const Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h); | 724 | EAPI void elm_widget_show_region_get(const Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h); |
725 | EAPI Eina_Bool elm_widget_focus_region_get(const Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h); | 725 | EAPI Eina_Bool elm_widget_focus_region_get(const Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h); |
726 | EAPI void elm_widget_focus_region_show(const Evas_Object *obj); | 726 | EAPI void elm_widget_focus_region_show(const Evas_Object *obj); |
727 | EAPI void elm_widget_parents_bounce_get(const Evas_Object *obj, Eina_Bool *horiz, Eina_Bool *vert); | ||
728 | EAPI void elm_widget_scroll_hold_push(Evas_Object *obj); | 727 | EAPI void elm_widget_scroll_hold_push(Evas_Object *obj); |
729 | EAPI void elm_widget_scroll_hold_pop(Evas_Object *obj); | 728 | EAPI void elm_widget_scroll_hold_pop(Evas_Object *obj); |
730 | EAPI int elm_widget_scroll_hold_get(const Evas_Object *obj); | 729 | EAPI int elm_widget_scroll_hold_get(const Evas_Object *obj); |