Slideshow: Fix doc to reflect the real behaviour of the widget.

This commit is contained in:
Davide Andreoli 2016-05-23 19:46:59 +02:00
parent 405c7ee269
commit 930f39b91b
1 changed files with 4 additions and 5 deletions

View File

@ -81,12 +81,11 @@ class Elm.Slideshow (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
} }
@property loop { @property loop {
set { set {
[[Set if, after a slideshow is started, for a given slideshow [[Set if the slideshow items should be displayed cyclically or not,
widget, its items should be displayed cyclically or not. so when the end is reached it will restart from the first item.
Note: @.next and @.previous will ignore what is set by this Note: This will affect the "automatic" slidshow behaviour and the
functions, i.e., they'll always cycle through items. This @.next and @.previous functions as well.
affects only the "automatic" slideshow, as set by @.timeout.set.
]] ]]
} }
get { get {