javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/eswtwidgetscore.h
branchRCL_3
changeset 83 26b2b12093af
parent 66 2455ef1f5bbc
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/eswtwidgetscore.h	Wed Sep 15 12:05:25 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/eswtwidgetscore.h	Wed Oct 13 14:23:59 2010 +0300
@@ -616,7 +616,7 @@
     {
         return NULL;
     }
-
+    
     virtual const MSwtShell* ShellInterface() const
     {
         return NULL;
@@ -810,7 +810,7 @@
     virtual TRect VisibleRect(TBool aVisibleBounds = EFalse) const = 0;
 
     /**
-     * Get the scrollable interface of control.
+     * Get the scrollable interface of control. 
      * If control is not scrollable method returns null
      */
     virtual MSwtScrollable* ScrollableInterface() const
@@ -840,11 +840,6 @@
      * True if pressed by pointer.
      */
     virtual TInt Pressed() const = 0;
-
-    /**
-     * Get ready for traverse event
-     */
-    virtual void PrepareForTraverse() = 0;
 };