From c321e152a9413483a8ceb2571d3416900ac51934 Mon Sep 17 00:00:00 2001 From: Vyacheslav Reutskiy Date: Fri, 10 Feb 2017 10:50:35 +0200 Subject: [PATCH] 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 { -- 2.7.4