widget: Make focus_mouse_up_handle internal

I don't think this belongs to the public EO API.

Ref T5363
This commit is contained in:
Jean-Philippe Andre 2017-10-10 18:53:43 +09:00
parent 15f95c374e
commit f75d2e6be2
2 changed files with 5 additions and 6 deletions

View File

@ -4332,9 +4332,12 @@ _elm_widget_focus_hide_handle(Eo *obj, Elm_Widget_Smart_Data *_pd EINA_UNUSED)
_if_focused_revert(obj, EINA_TRUE);
}
EOLIAN static void
_elm_widget_focus_mouse_up_handle(Eo *obj, Elm_Widget_Smart_Data *pd)
/* internal */
EAPI void
elm_widget_focus_mouse_up_handle(Eo *obj)
{
Elm_Widget_Smart_Data *pd = efl_data_scope_get(obj, MY_CLASS);
if (!_is_focusable(obj)) return;
elm_obj_widget_focus_steal(obj, NULL);

View File

@ -369,10 +369,6 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible,
}
return: bool; [[$true if this widget can handle focus, $false otherwise]]
}
/* FIXME: Needs better doc... maybe merge with widget_event? */
focus_mouse_up_handle {
[[Handle focus mouse up]]
}
/* Scroll API. */
@property on_show_region_hook @protected {