rimmed pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c321e152a9413483a8ceb2571d3416900ac51934
commit c321e152a9413483a8ceb2571d3416900ac51934 Author: Vyacheslav Reutskiy <[email protected]> Date: Fri Feb 10 10:50:35 2017 +0200 elm_genlist_item: update docs for 'next_get' --- src/lib/elementary/elm_genlist_item.eo | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/elementary/elm_genlist_item.eo b/src/lib/elementary/elm_genlist_item.eo index 6e7c5fa..a0830b8 100644 --- a/src/lib/elementary/elm_genlist_item.eo +++ b/src/lib/elementary/elm_genlist_item.eo @@ -69,6 +69,11 @@ class Elm.Genlist.Item(Elm.Widget.Item) If filter is set on genlist, this returns the filtered item placed after $item in the list. + + Also the next item means item in the same tree level. + If a item has subitems, and it have expand all subitems + will be ignore, and will get the next item in the same + level. ]] } values { --
