--- a/idlehomescreen/widgetmanager/inc/wmmaincontainer.h Fri Mar 12 15:41:49 2010 +0200
+++ b/idlehomescreen/widgetmanager/inc/wmmaincontainer.h Mon Mar 15 12:39:47 2010 +0200
@@ -84,7 +84,12 @@
const TRect& aRect );
public: // new functions
-
+
+ /**
+ * @return true, if widgets loading operation is ongoing.
+ */
+ TBool IsLoadingWidgets();
+
/**
* @return true, if portal button is currently selected
*/
@@ -249,6 +254,11 @@
*/
void ProcessForegroundEvent( TBool aForeground );
+ /**
+ * access to WM list
+ */
+ CWmListBox& WmListBox();
+
protected: // from base class CCoeControl
/**