menufw/menufwui/mmwidgets/inc/mmlistboxcontainer.h
branchRCL_3
changeset 35 3321d3e205b6
parent 0 f72a12da539e
--- 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
     
     /**