diff options
Diffstat (limited to 'src/lib/elementary/elm_genlist_item.eo')
-rw-r--r-- | src/lib/elementary/elm_genlist_item.eo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/elm_genlist_item.eo b/src/lib/elementary/elm_genlist_item.eo index a0830b8c5e..0ecd147430 100644 --- a/src/lib/elementary/elm_genlist_item.eo +++ b/src/lib/elementary/elm_genlist_item.eo | |||
@@ -29,7 +29,7 @@ enum Elm.Genlist.Item.Scrollto_Type | |||
29 | { | 29 | { |
30 | [[Defines where to position the item in the genlist.]] | 30 | [[Defines where to position the item in the genlist.]] |
31 | legacy: elm_genlist_item_scrollto; | 31 | legacy: elm_genlist_item_scrollto; |
32 | none = 0, [[No scrollto.]] | 32 | none = 0, [[Nothing will happen, Don't use this value.]] |
33 | in = (1 << 0), [[To the nearest viewport.]] | 33 | in = (1 << 0), [[To the nearest viewport.]] |
34 | top = (1 << 1), [[To the top of viewport.]] | 34 | top = (1 << 1), [[To the top of viewport.]] |
35 | middle = (1 << 2), [[To the middle of viewport.]] | 35 | middle = (1 << 2), [[To the middle of viewport.]] |
@@ -50,7 +50,7 @@ class Elm.Genlist.Item(Elm.Widget.Item) | |||
50 | 50 | ||
51 | This returns the item placed before the $item, on | 51 | This returns the item placed before the $item, on |
52 | the container genlist. | 52 | the container genlist. |
53 | 53 | ||
54 | If filter is set on genlist, this returns the filtered | 54 | If filter is set on genlist, this returns the filtered |
55 | item placed before $item in the list. | 55 | item placed before $item in the list. |
56 | ]] | 56 | ]] |