javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtgrid.h
branchRCL_3
changeset 34 71c436fe3ce0
parent 24 0fd27995241b
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtgrid.h	Tue May 25 12:34:19 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtgrid.h	Wed Jun 09 09:34:07 2010 +0300
@@ -70,6 +70,13 @@
     void SetItemDrawerClippingRect(const TRect& aRect);
 
     /**
+     * Forwards pointer event directly to CEikListbox's HandlePointerEventL.
+     * This method is used to handle scrollbar pointer events delivered while
+     * kinetic scrolling is ongoing.
+     */
+    void ForwardPointerEventL(const TPointerEvent& aPointerEvent);
+
+    /**
      * Wrapper for protected member function HandleScrollEventL of CAknGrid.
      */
 #if defined( RD_SCALABLE_UI_V2)