menufw/menufwui/mmwidgets/inc/mmlistboxview.h
branchRCL_3
changeset 28 d721605b30d0
parent 23 7be2816dbabd
equal deleted inserted replaced
26:1b758917cafc 28:d721605b30d0
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *  Version     : %version: MM_12.1.8 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_12.1.9 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef MMLISTBOXVIEW_H
    20 #ifndef MMLISTBOXVIEW_H
   226     void SetPreviouslyDrawnCurrentItemIndex( TBool aIndex );
   226     void SetPreviouslyDrawnCurrentItemIndex( TBool aIndex );
   227 
   227 
   228 private:
   228 private:
   229 
   229 
   230   /**
   230   /**
   231    * Scrollbar visibility flag.
       
   232    */
       
   233   TBool iScrollbarIsVisible;
       
   234 
       
   235   /**
       
   236    * iCurrentItemIndex
   231    * iCurrentItemIndex
   237    */
   232    */
   238   TInt iPreviouslyDrawnCurrentItemIndex;
   233   TInt iPreviouslyDrawnCurrentItemIndex;
   239 
   234 
   240   /**
   235   /**