elm scroller - fix documentation on gravity

this fixes T1262
This commit is contained in:
Carsten Haitzler 2014-05-26 18:35:40 +09:00
parent 6bcd3957ca
commit 27c8d879af
1 changed files with 4 additions and 4 deletions

View File

@ -398,10 +398,10 @@ EAPI void elm_scroller_region_bring_in(Evas_Object *obj
*
* The scroller will adjust the view to glue itself as follows.
*
* x=0.0, for showing the left most region of the content.
* x=1.0, for showing the right most region of the content.
* y=0.0, for showing the bottom most region of the content.
* y=1.0, for showing the top most region of the content.
* x=0.0, for staying where it is relative to the left edge of the content
* x=1.0, for staying where it is relative to the rigth edge of the content
* y=0.0, for staying where it is relative to the top edge of the content
* y=1.0, for staying where it is relative to the bottom edge of the content
*
* Default values for x and y are 0.0
*