summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVyacheslav Reutskiy <v.reutskiy@samsung.com>2017-02-10 10:50:35 +0200
committerVyacheslav Reutskiy <v.reutskiy@samsung.com>2017-02-15 10:03:09 +0200
commitc321e152a9413483a8ceb2571d3416900ac51934 (patch)
treebc177079aa5d5896e49759d385464f856240d1ed
parentcfd5f114108ab06f4b08d7744dd6f7c707f72887 (diff)
downloadefl-c321e152a9413483a8ceb2571d3416900ac51934.tar.gz
elm_genlist_item: update docs for 'next_get'
-rw-r--r--src/lib/elementary/elm_genlist_item.eo5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_genlist_item.eo b/src/lib/elementary/elm_genlist_item.eo
index 6e7c5fa7bd..a0830b8c5e 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 {