classicui_plat/ganes_api/inc/ganes/HgScroller.h
branchRCL_3
changeset 18 0aa5fbdfbc30
parent 16 71dd06cfe933
child 25 941195f2d488
--- 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.
      */