widget: Add FIXME note and cleanup whitespaces

This commit is contained in:
Jean-Philippe Andre 2017-10-18 11:21:36 +09:00
parent 79a1fd94ee
commit d4d7a783ed
1 changed files with 5 additions and 3 deletions

View File

@ -574,12 +574,14 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible,
} }
} }
/* FIXME: No more items in EO API */
@property focused_item @beta { @property focused_item @beta {
get { get {
[[Get the focused widget item.]] [[Get the focused widget item.]]
return: Elm.Widget.Item; [[Focused item]] return: Elm.Widget.Item; [[Focused item]]
} }
} }
/* Focus Manager API */ /* Focus Manager API */
focus_state_apply @protected { focus_state_apply @protected {
[[Register focus with the given configuration. [[Register focus with the given configuration.