[Elm] Index now a layout.

SVN revision: 70662
This commit is contained in:
Gustavo Lima Chaves 2012-05-02 17:01:30 +00:00
parent 0345d5d49d
commit 6008d86c93
2 changed files with 616 additions and 488 deletions

File diff suppressed because it is too large Load Diff

View File

@ -21,7 +21,11 @@
* List "lists", @ref Genlist "generic lists" or @ref Gengrid
* "general grids".
*
* Smart events one can add callbacks for are:
* This widget inherits from the @ref Layout one, so that all the
* functions acting on it also work for index objects.
*
* This widget emits the following signals, besides the ones sent from
* @ref Layout:
* - @c "changed" - When the selected index item changes. @c
* event_info is the selected item's data pointer.
* - @c "delay,changed" - When the selected index item changes, but