equal
deleted
inserted
replaced
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 /** |