widget: Remove hover_object from EO

Internal

Ref T5363
This commit is contained in:
Jean-Philippe Andre 2017-08-23 17:54:49 +09:00
parent 1a65b7018d
commit 91f9f41471
2 changed files with 5 additions and 10 deletions

View File

@ -1654,9 +1654,12 @@ _elm_widget_resize_object_set(Eo *obj, Elm_Widget_Smart_Data *sd, Eo *sobj)
* exchanging a hover object, of cleaning the old hover "target"
* before
*/
EOLIAN static void
_elm_widget_hover_object_set(Eo *obj EINA_UNUSED, Elm_Widget_Smart_Data *sd, Evas_Object *sobj)
EAPI void
elm_widget_hover_object_set(Eo *obj, Evas_Object *sobj)
{
Elm_Widget_Smart_Data *sd = efl_data_scope_safe_get(obj, MY_CLASS);
if (!sd) return;
if (sd->hover_obj)
{
_callbacks_del(sd->hover_obj, obj);

View File

@ -326,14 +326,6 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible,
wstyle: string; [[Widget style]]
}
}
@property hover_object {
[[Hover object property]]
set {
}
values {
sobj: Efl.Canvas.Object @nullable; [[Hover sub object]]
}
}
/* this is a part api */
@property domain_part_text_translatable {
[[Translate domain text part property]]