widgets/widgetapp/inc/WidgetUiWindowView.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 11 c8a366e56285
--- a/widgets/widgetapp/inc/WidgetUiWindowView.h	Fri Jul 03 15:54:40 2009 +0100
+++ b/widgets/widgetapp/inc/WidgetUiWindowView.h	Thu Aug 27 07:44:59 2009 +0300
@@ -80,25 +80,15 @@
         */
         CWidgetUiWindowContainer* Container();
 
-        /**
-        * ShowActivatedObject
-        * show/hide the status pane and CBAs
-        * @since 3.1
-        * @param aVisible - ETrue to show; EFalse to hide
-        * @param aShowStatusPane - 
-        *        ETrue shows StatusPane and CBA
-        *        EFalse to show CBA only 
-        * @return void
-        */
-        void ShowActivatedObject(TBool aVisible, TBool aShowStatusPane = EFalse);
         
         /**
         * UpdateStatusPane
         * show/hide the status pane 
         * @since 3.1
+        * @param aVisible - ETrue to show; EFalse to hide
         * @return void
         */
-        void UpdateStatusPane();
+        void UpdateStatusPane( TBool aVisible );
 
         /**
         * CbaGroup
@@ -162,7 +152,14 @@
         * @return void
         */
         void StateChanged( TBrCtlDefs::TBrCtlState aState, TInt aValue );
-
+        
+        /**
+        * UpdateToolbar in case Orientation is changed
+        * @param aShow to define visibility of toolbar
+        * @return void
+        */        
+        void UpdateToolbar(TBool aShow);
+        
     private:
 
         /**