gssettingsuis/Gs/GSApplication/Inc/GSMainContainer.h
branchRCL_3
changeset 8 f62c3a3d66b8
parent 0 8c5d936e5675
child 13 23553eb4e470
equal deleted inserted replaced
4:3f8368f032cf 8:f62c3a3d66b8
    82 
    82 
    83         /**
    83         /**
    84          * @return the exact position of the listbox containing current item index,
    84          * @return the exact position of the listbox containing current item index,
    85          * iVerticalOffset and  TopItemindex
    85          * iVerticalOffset and  TopItemindex
    86          */
    86          */
    87         void GetPositionL(RArray<TInt>& posArray);
    87         void GetPositionL(RArray<TInt>& aPosition);
    88 
    88 
    89         /**
    89         /**
    90          * set listbox's exact position.
    90          * set listbox's exact position.
    91          */
    91          */
    92         void SetPosition(const RArray<TInt>& pos, TBool aChangeMode);
    92         void SetPosition(const RArray<TInt>& aPosition, TBool aChangeMode);
    93         
    93         
    94 
    94 
    95     public: // From CCoeControl
    95     public: // From CCoeControl
    96 
    96 
    97         /**
    97         /**