From d4d7a783ed8bde4549679915f121e9c5466b5884 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 18 Oct 2017 11:21:36 +0900 Subject: [PATCH] widget: Add FIXME note and cleanup whitespaces --- src/lib/elementary/elm_widget.eo | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/lib/elementary/elm_widget.eo b/src/lib/elementary/elm_widget.eo index 6c49d29ade..74b0a4f73d 100644 --- a/src/lib/elementary/elm_widget.eo +++ b/src/lib/elementary/elm_widget.eo @@ -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.