[Elm] Flip selector now a layout.

SVN revision: 70661
This commit is contained in:
Gustavo Lima Chaves 2012-05-02 17:01:25 +00:00
parent cb6fd57536
commit 0345d5d49d
2 changed files with 647 additions and 641 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,11 @@
* so that it helps the user to reach an item which is distant from * so that it helps the user to reach an item which is distant from
* the current selection. * the current selection.
* *
* Smart callbacks one can register to: * This widget inherits from the @ref Layout one, so that all the
* functions acting on it also work for flip selector objects.
*
* This widget emits the following signals, besides the ones sent from
* @ref Layout:
* - @c "selected" - when the widget's selected text item is changed * - @c "selected" - when the widget's selected text item is changed
* - @c "overflowed" - when the widget's current selection is changed * - @c "overflowed" - when the widget's current selection is changed
* from the first item in its list to the last * from the first item in its list to the last