widget: Add FIXME note and cleanup whitespaces
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 18 Oct 2017 02:21:36 +0000 (11:21 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 18 Oct 2017 02:22:34 +0000 (11:22 +0900)
src/lib/elementary/elm_widget.eo

index 6c49d29..74b0a4f 100644 (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.