efl api release - fix @since in new elm slider range api's

This commit is contained in:
Carsten Haitzler 2016-08-12 23:26:18 +09:00 committed by Stefan Schmidt
parent ec49db1e91
commit b387d3ceee
1 changed files with 12 additions and 12 deletions

View File

@ -145,23 +145,23 @@ class Elm.Slider (Elm.Layout, Efl.Ui.Progress,
}
}
@property range_enabled {
set {
[[Enables the range. This enables two indicators in slider.]]
}
get {
[[Get whether the range is enabled.]]
}
[[ This enables two indicators in slider.
@since 1.18
]]
set { }
get { }
values {
enable: bool;
}
}
@property range {
set {
[[Set the values of two indicators.]]
}
get {
[[Get the values of two indicators.]]
}
[[ Sets up a start and end range point for the slider
@since 1.18
]]
set { }
get { }
values {
from: double; [[range minimum value]]
to: double; [[range maximum value]]