diff -r 5456b4e8b3a8 -r 3321d3e205b6 menufw/menufwui/mmwidgets/inc/mmlistboxcontainer.h --- a/menufw/menufwui/mmwidgets/inc/mmlistboxcontainer.h Wed Sep 01 12:32:46 2010 +0100 +++ b/menufw/menufwui/mmwidgets/inc/mmlistboxcontainer.h Tue Sep 14 20:58:58 2010 +0300 @@ -12,7 +12,7 @@ * Contributors: * * Description: CMmListBoxContainer -* Version : %version: MM_21.1.10 % << Don't touch! Updated by Synergy at check-out. +* Version : %version: MM_21.1.11 % << Don't touch! Updated by Synergy at check-out. * */ @@ -166,6 +166,13 @@ */ THnSuiteWidgetType WidgetType(); + /** + * Sets a proper flag if the widget is brought to foreground. + * + * @param aCommingFromBackground indicates whether the widget is brought to foreground. + */ + virtual void SetWidgetCommingFromBackground( TBool aCommingFromBackground ); + public: /** * Draws the widget view. @@ -189,7 +196,7 @@ * @return The current widget vertical item offset. */ virtual TInt VerticalItemOffset() const; - + protected: // from CMmWidgetContainer /**