diff -r b01126ce0bec -r ba63c83f4716 idlehomescreen/inc/xncontroladapter.h --- a/idlehomescreen/inc/xncontroladapter.h Wed Sep 15 12:00:00 2010 +0300 +++ b/idlehomescreen/inc/xncontroladapter.h Wed Oct 13 14:18:30 2010 +0300 @@ -352,13 +352,6 @@ */ IMPORT_C void DrawContentImage() const; - /* - * Checks if widget is Gesture destination node. - * - * @return ETrue if widget is Gesture destination. - */ - TBool IsWidgetGestureDest(); - protected: /** * From CCoeControl. @@ -437,6 +430,11 @@ * Get child adapter list i.e which are not window owning controls */ RPointerArray< CXnControlAdapter >& ChildAdapters(); + + /** + * Determines wheter control refuses focus loss + */ + virtual TBool RefusesFocusLoss() const { return EFalse; }; /** * Routes the data stream for the external rendering plugin.