diff -r 8ca85d2f0db7 -r aabf2c525e0f classicui_plat/ganes_api/inc/ganes/HgScroller.h --- a/classicui_plat/ganes_api/inc/ganes/HgScroller.h Fri Feb 19 23:04:46 2010 +0200 +++ b/classicui_plat/ganes_api/inc/ganes/HgScroller.h Fri Mar 12 15:43:43 2010 +0200 @@ -44,6 +44,7 @@ class CHgKeyUtils; class CHgTextFind; class CAknItemActionMenu; +class CFont; // CLASS DECLARATION class CHgScroller : @@ -421,6 +422,8 @@ */ void StopKeyScrolling(); + void ReleasePopupFont(); + protected: CAknPhysics* iPhysics; // Physics engine. Own CHgScrollBufferManager* iManager; // Own @@ -430,6 +433,7 @@ CHgTextFind* iTextFind; // Text find utility to communicate with FEP. Own CAknLongTapDetector* iDetector; // Longtap detector for single click. Own CAknItemActionMenu* iActionMenu; // Item action menu for single click. Not Own + CFont* iPopupFont; // font to be used with popup drawer // Observers MHgSelectionObserver* iSelectionObserver; // Not Own