From: Vitor Sousa Date: Mon, 20 Jun 2016 19:28:09 +0000 (+0200) Subject: elementary: remove wrong documentation for Elm.Widget.focus X-Git-Tag: upstream/1.20.0~5604 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e517571daeba751bccc7b81a879fa2860228f437;p=platform%2Fupstream%2Fefl.git elementary: remove wrong documentation for Elm.Widget.focus Fixes T3717. Reviewers: bu5hm4n Reviewed By: bu5hm4n Subscribers: cedric, jpeg Differential Revision: https://phab.enlightenment.org/D4061 --- diff --git a/src/lib/elementary/elm_widget.eo b/src/lib/elementary/elm_widget.eo index f3c9f9a..274b057 100644 --- a/src/lib/elementary/elm_widget.eo +++ b/src/lib/elementary/elm_widget.eo @@ -29,23 +29,9 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible, Elm.Inter data: Elm_Widget_Smart_Data; methods { @property focus { - [[Whether an Elementary object has the focus or not. - - Note that when you set focus to this object, if it can handle focus, - it will take the focus away from the one who had it previously and will, - for now on, be the one receiving input events. Unsetting focus will remove - the focus from this object, passing it back to the previous element in the - focus chain list. - - Warning: Only visible object can get a focus. Call @Efl.Canvas.Group.group_show - before calling this API, if you want to give a focus to the evas object.]] set { - [[$true set the focus to the object, - $false unset the focus to the object.]] } get { - [[Return $true if the object is focused, - and $false if not (and on errors).]] } values { focus: bool;