summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Andreoli <dave@gurumeditation.it>2016-05-23 19:46:59 +0200
committerDave Andreoli <dave@gurumeditation.it>2016-05-23 19:47:21 +0200
commit930f39b91b12b311f40cd96b4cf2e85085b01832 (patch)
treec2bd4774504784787e95ba9fa9f73674d781c4c6
parent405c7ee2699f66f2a8604e22bc6a9c0528d6d052 (diff)
downloadefl-930f39b91b12b311f40cd96b4cf2e85085b01832.tar.gz
Slideshow: Fix doc to reflect the real behaviour of the widget.
-rw-r--r--src/lib/elementary/elm_slideshow.eo9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/elementary/elm_slideshow.eo b/src/lib/elementary/elm_slideshow.eo
index aa37800440..84fbbf50e5 100644
--- a/src/lib/elementary/elm_slideshow.eo
+++ b/src/lib/elementary/elm_slideshow.eo
@@ -81,12 +81,11 @@ class Elm.Slideshow (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
}
@property loop {
set {
- [[Set if, after a slideshow is started, for a given slideshow
- widget, its items should be displayed cyclically or not.
+ [[Set if the slideshow 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
- functions, i.e., they'll always cycle through items. This
- affects only the "automatic" slideshow, as set by @.timeout.set.
+ Note: This will affect the "automatic" slidshow behaviour and the
+ @.next and @.previous functions as well.
]]
}
get {