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

@ -229,13 +229,13 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible,
/* Theme API: Not bound to EO */
@property theme @beta {
[[Widget theme]]
[[Widget theme]]
values {
th: ptr(Elm.Theme) @nullable; [[Elementary theme]]
}
}
@property theme_object @beta {
[[Theme object property]]
[[Theme object property]]
set {
return: Efl.Ui.Theme.Apply; [[Theme apply]]
}
@ -566,7 +566,7 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible,
}
@property focus_move_policy_automatic @beta {
[[Control the widget's focus_move_policy mode setting.
@since 1.18]]
values {
automatic: bool; [[$true to follow system focus move policy change,
@ -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 {
get {
[[Get the focused widget item.]]
return: Elm.Widget.Item; [[Focused item]]
}
}
/* Focus Manager API */
focus_state_apply @protected {
[[Register focus with the given configuration.