elm_spinner_legacy.h: fixed wrong documentation and add more sample numbers.

This commit is contained in:
Daniel Juyung Seo 2013-08-24 10:30:54 +09:00
parent 3c16446373
commit c9a1e95e94
1 changed files with 2 additions and 2 deletions

View File

@ -353,10 +353,10 @@ EAPI double elm_spinner_interval_get(const Evas_Object *obj);
* "round" starting from value @p base. The default base for rounding is 0.
*
* Example: round = 3, base = 2
* Values: 3, 6, 9, 12, 15, ...
* Values: ..., -2, 0, 2, 5, 8, 11, 14, ...
*
* Example: round = 2, base = 5.5
* Values: 5.5, 7.5, 9.5, 11.5, ...
* Values: ..., -0.5, 1.5, 3.5, 5.5, 7.5, 9.5, 11.5, ...
*
* @see elm_spinner_round_get()
* @see elm_spinner_base_get() too.