classicui_plat/ganes_api/inc/ganes/HgScroller.h
branchRCL_3
changeset 18 0aa5fbdfbc30
parent 16 71dd06cfe933
child 25 941195f2d488
equal deleted inserted replaced
16:71dd06cfe933 18:0aa5fbdfbc30
   145      * @return The index of the first item on the screen. 
   145      * @return The index of the first item on the screen. 
   146      */
   146      */
   147     IMPORT_C TInt FirstIndexOnScreen();
   147     IMPORT_C TInt FirstIndexOnScreen();
   148     
   148     
   149     /**
   149     /**
       
   150      * Sets the first index on the screen.
       
   151      * 
       
   152      * @param aFirstIndexOnScreen The index of the first item on the screen. 
       
   153      */
       
   154     IMPORT_C void SetFirstIndexOnScreen( TInt aFirstIndexOnScreen );
       
   155     
       
   156     /**
   150      * How many items fit on one screen. 
   157      * How many items fit on one screen. 
   151      * @return Item count.
   158      * @return Item count.
   152      */
   159      */
   153     IMPORT_C TInt ItemsOnScreen();
   160     IMPORT_C TInt ItemsOnScreen();
   154     
   161