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
This commit is contained in:
Xavi Artigas 2019-09-16 12:37:59 +02:00
parent 8b72f6364e
commit 6065e7f141
1 changed files with 0 additions and 4 deletions

View File

@ -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.