idlehomescreen/widgetmanager/inc/wmmaincontainer.h
branchRCL_3
changeset 34 d05a55b217df
parent 30 b8fae6b8a148
child 54 1b758917cafc
--- a/idlehomescreen/widgetmanager/inc/wmmaincontainer.h	Wed Mar 31 21:17:19 2010 +0300
+++ b/idlehomescreen/widgetmanager/inc/wmmaincontainer.h	Wed Apr 14 15:47:59 2010 +0300
@@ -158,7 +158,7 @@
     /** 
 	 * executes findbox deactivation 
 	 */
-    void DeactivateFindPaneL();
+    void DeactivateFindPaneL(TBool aLayout = ETrue);
 	
     /** 
      * sorts the widget list in alphabetical order
@@ -194,6 +194,13 @@
 
 public:
 
+	/**
+     * Handles focus changed events.
+     *
+     * @see CCoeControl::FocusChanged
+     */    
+    void FocusChanged( TDrawNow aDrawNow );    
+	
     /**
      * Handles key events.
      * 
@@ -317,6 +324,8 @@
     TKeyResponse HandleSearchKeyEventL( 
             const TKeyEvent& aKeyEvent, 
             TEventCode aType );
+    TInt OperatorButtonHigherPriority( TInt aIndex );
+    
 private:
 
     /**