diff -r 71dd06cfe933 -r 0aa5fbdfbc30 classicui_plat/ganes_api/inc/ganes/HgScroller.h --- a/classicui_plat/ganes_api/inc/ganes/HgScroller.h Wed Apr 14 16:14:00 2010 +0300 +++ b/classicui_plat/ganes_api/inc/ganes/HgScroller.h Tue Apr 27 16:55:05 2010 +0300 @@ -147,6 +147,13 @@ IMPORT_C TInt FirstIndexOnScreen(); /** + * Sets the first index on the screen. + * + * @param aFirstIndexOnScreen The index of the first item on the screen. + */ + IMPORT_C void SetFirstIndexOnScreen( TInt aFirstIndexOnScreen ); + + /** * How many items fit on one screen. * @return Item count. */