Dear all,

I want to add new APIs for the page of the scroller.
The APIs are,
elm_scroller_current_page_get(Evas_Object, int *page_x, int *page_y)
elm_scroller_page_show(Evas_Object, int page_x, int page_y)
elm_scroller_page_bring_in(Evas_Object, int page_x, int page_y)

elm_scroller_current_page_get 
-> It can get the current page number not pixel.
elm_scroller_page_show
-> It can show the page (page_x, page_y). page_x,y are the page number also.
elm_scroller_page_bring_in
-> It works same elm_scroller_page_show except the scroll animation.

These APIs are useful for page function.
I want to take your opinion.

Thanks.
------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to