diff -r ff572dfe6d86 -r 9674c1a575e9 idlehomescreen/widgetmanager/inc/wmmaincontainer.h --- 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 /**