branch | RCL_3 |
changeset 56 | d48ab3b357f1 |
parent 55 | aecbbf00d063 |
--- a/uifw/EikStd/coctlinc/aknstyluspopupmenucontent.h Tue Aug 31 15:28:30 2010 +0300 +++ b/uifw/EikStd/coctlinc/aknstyluspopupmenucontent.h Wed Sep 01 12:16:19 2010 +0100 @@ -195,7 +195,7 @@ * * @aParam aItem Item to be selected */ - void SelectItem( TInt aItem ); + void SelectItemL( TInt aItem ); private: @@ -346,6 +346,11 @@ * First visible item on the list */ TInt iFirstItem; + + /** + * Index of the last visible item. + */ + TInt iLastVisibleItem; CAknStylusPopUpMenu& iPopUpMenu;