classicui_plat/ganes_api/inc/ganes/HgGrid.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
child 18 0aa5fbdfbc30
equal deleted inserted replaced
9:aabf2c525e0f 10:9f56a4e1b8ab
    75     TBool DoHandleKeyEvent( const TKeyEvent& aEvent );
    75     TBool DoHandleKeyEvent( const TKeyEvent& aEvent );
    76     void FitSelectionToView();
    76     void FitSelectionToView();
    77     void FitTopItemToView( TInt aIndex );
    77     void FitTopItemToView( TInt aIndex );
    78     TInt CurrentIndex();
    78     TInt CurrentIndex();
    79     TBool IsDisplayed( TInt aIndex );
    79     TBool IsDisplayed( TInt aIndex );
       
    80     void HandleScrollbarVisibilityChange(TBool aVisible);
    80     
    81     
    81 private: // Constructors
    82 private: // Constructors
    82     CHgGrid( TInt aItemCount, 
    83     CHgGrid( TInt aItemCount, 
    83             CGulIcon* aDefaultIcon );
    84             CGulIcon* aDefaultIcon );
    84     
    85