From 6065e7f141d5f3dfc4283bb8071a2fbcd960908d Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Mon, 16 Sep 2019 12:37:59 +0200 Subject: [PATCH] efl_ui_widget: remove misleading comments Summary: We settled for the focus_allow name. The other APIs are not internal, they are protected, and this is noted, no need to say that again. Additionally it is not helpfull to have commented out c_prefix definitions. Depends on D9936 Reviewers: segfaultxavi Reviewed By: segfaultxavi Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9937 --- src/lib/elementary/efl_ui_widget.eo | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/elementary/efl_ui_widget.eo b/src/lib/elementary/efl_ui_widget.eo index f96bbee983..fe7a032324 100644 --- a/src/lib/elementary/efl_ui_widget.eo +++ b/src/lib/elementary/efl_ui_widget.eo @@ -25,7 +25,6 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object, implements section. @since 1.22 ]] - //c_prefix: efl_ui_widget; event_prefix: efl_ui_widget; data: Efl_Ui_Widget_Data; methods { @@ -179,7 +178,6 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object, } return: bool; [[$true on success, $false otherwise]] } - // FIXME: focus_allow? can_focus? focusable? @property focus_allow { [[The ability for a widget to be focused. @@ -253,8 +251,6 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object, @in enable: bool; [[$true if accessibility is enabled.]] } } - - /* Internal hooks. */ widget_sub_object_add @protected { [[Virtual function customizing sub objects being added.