slider: update documentation on elm_slider_step_set/get (since 1.8)

This commit is contained in:
Boris Faure 2014-08-15 11:01:14 +02:00
parent c81683ba5a
commit 354ab4683e
1 changed files with 2 additions and 0 deletions

View File

@ -303,6 +303,7 @@ class Elm_Slider (Elm_Layout, Elm_Interface_Atspi_Value,
step {
set {
/*@
@since 1.8
Set the step by which slider indicator will move.
This value is used when draggable object is moved automatically i.e., in case
@ -316,6 +317,7 @@ class Elm_Slider (Elm_Layout, Elm_Interface_Atspi_Value,
}
get {
/*@
@since 1.8
Get the step by which slider indicator moves.
@return The step value.