This patch adds omit feature to elm_index.
authorJaeun Choi <jaeun12.choi@samsung.com>
Tue, 26 Feb 2013 13:52:15 +0000 (22:52 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 26 Feb 2013 13:52:15 +0000 (22:52 +0900)
commit8e6ff772508885797da393363349714bcc568e75
tree98b5bfc851677b65a28231cd9d3a5a5650f8ac53
parent220455957388268b8c59af05d5644fdd4da9495f
This patch adds omit feature to elm_index.

If you enable omit mode when having too many items,
some items in the middle are omitted and the index can be displayed
from the top to the bottom.

* not support horizontal mode
* enabled when at least 3 items can be displayed (first and last items
are not omitted)
* not work when having too many items
legacy/elementary/src/lib/elm_index.c
legacy/elementary/src/lib/elm_index.h
legacy/elementary/src/lib/elm_widget_index.h