javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swttablelistbox.h
branchRCL_3
changeset 19 71c436fe3ce0
parent 17 0fd27995241b
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swttablelistbox.h	Tue May 25 12:34:19 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swttablelistbox.h	Wed Jun 09 09:34:07 2010 +0300
@@ -254,6 +254,12 @@
     TInt HorizontalScrollPixelsPerArrowEvent();
     TInt HorizontalScrollPixelsPerPageEvent();
 
+    /**
+     * Updates flick scrolling status.
+     * @param aEventType CEikListbox event type.
+     */
+    void UpdateFlickScrollingState(TListBoxEvent aEventType);
+
 private: // data
 
     /**
@@ -299,6 +305,16 @@
      * Used to implement horizontal panning.
      */
     TPoint iDragPos;
+
+    /**
+     * True when list is flick scrolling
+     */
+    TBool iFlickScrollingOngoing;
+
+    /**
+     * True when pointer events on scrollbar should be delivered to listbox
+     */
+    TBool iScrollbarPointerEventToListbox;
 };
 
 #endif // SWTTABLELISTBOX_H