diff -r 5456b4e8b3a8 -r 3321d3e205b6 idlehomescreen/inc/xncontroladapter.h --- a/idlehomescreen/inc/xncontroladapter.h Wed Sep 01 12:32:46 2010 +0100 +++ b/idlehomescreen/inc/xncontroladapter.h Tue Sep 14 20:58:58 2010 +0300 @@ -352,6 +352,13 @@ */ IMPORT_C void DrawContentImage() const; + /* + * Checks if widget is Gesture destination node. + * + * @return ETrue if widget is Gesture destination. + */ + TBool IsWidgetGestureDest(); + protected: /** * From CCoeControl. @@ -430,11 +437,6 @@ * 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.