diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-08-24 15:31:05 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-08-29 10:40:53 +0900 |
commit | 0a0bbe5fdad38ef4411ce18bd26dad9a81238e93 (patch) | |
tree | 3bd37278a1245a288ea494d064dca395119e5dd1 /src/lib/elementary/elc_multibuttonentry.c | |
parent | 0e98f57d6d6b1527d8040d79101cfeb2089bbb3e (diff) | |
download | efl-0a0bbe5fdad38ef4411ce18bd26dad9a81238e93.tar.gz |
widget: Rename hook "access" (EO)
This is also another protected and beta API. Meant to be overridden by
subclasses, but belongs to a still unstable API.
The difference between the internal legacy and the EO API is really bad.
Same as with activate (previous commit).
Ref T5363
Diffstat (limited to 'src/lib/elementary/elc_multibuttonentry.c')
-rw-r--r-- | src/lib/elementary/elc_multibuttonentry.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/elementary/elc_multibuttonentry.c b/src/lib/elementary/elc_multibuttonentry.c index f9244f37d7..e86f25c669 100644 --- a/src/lib/elementary/elc_multibuttonentry.c +++ b/src/lib/elementary/elc_multibuttonentry.c @@ -5,6 +5,7 @@ #define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #define ELM_WIDGET_ITEM_PROTECTED #define ELM_INTERFACE_ATSPI_WIDGET_ACTION_PROTECTED +#define ELM_WIDGET_BETA #include <Elementary.h> #include "elm_priv.h" @@ -1745,7 +1746,7 @@ _access_obj_process(Evas_Object *obj, Eina_Bool is_access) } EOLIAN static void -_elm_multibuttonentry_elm_widget_access(Eo *obj, Elm_Multibuttonentry_Data *sd EINA_UNUSED, Eina_Bool acs) +_elm_multibuttonentry_elm_widget_on_access_update(Eo *obj, Elm_Multibuttonentry_Data *sd EINA_UNUSED, Eina_Bool acs) { _elm_multibuttonentry_smart_focus_next_enable = acs; _access_obj_process(obj, _elm_multibuttonentry_smart_focus_next_enable); |