[Elm] Elm slider now a layout.

SVN revision: 70724
This commit is contained in:
Gustavo Lima Chaves 2012-05-03 22:42:54 +00:00
parent df22df50b0
commit 2859a302e0
2 changed files with 620 additions and 761 deletions

File diff suppressed because it is too large Load Diff

View File

@ -26,11 +26,15 @@
* the object or applications scaling factor. At any point code can query the
* slider for its value with elm_slider_value_get().
*
* Smart callbacks one can listen to:
* - "changed" - Whenever the slider value is changed by the user.
* - "slider,drag,start" - dragging the slider indicator around has started.
* - "slider,drag,stop" - dragging the slider indicator around has stopped.
* - "delay,changed" - A short time after the value is changed by the user.
* This widget inherits from the @ref Layout one, so that all the
* functions acting on it also work for slider objects.
*
* This widget emits the following signals, besides the ones sent from
* @ref Layout:
* - @c "changed" - Whenever the slider value is changed by the user.
* - @c "slider,drag,start" - dragging the slider indicator around has started.
* - @c "slider,drag,stop" - dragging the slider indicator around has stopped.
* - @c "delay,changed" - A short time after the value is changed by the user.
* This will be called only when the user stops dragging for
* a very short period or when they release their
* finger/mouse, so it avoids possibly expensive reactions to