javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swttablelistbox.h
branchRCL_3
changeset 24 0fd27995241b
parent 19 04becd199f91
child 34 71c436fe3ce0
equal deleted inserted replaced
20:f9bb0fca356a 24:0fd27995241b
   292 
   292 
   293     /**
   293     /**
   294      * Stores last known focus index. Use only during paint and key handlers.
   294      * Stores last known focus index. Use only during paint and key handlers.
   295      */
   295      */
   296     TInt iPrevFocusIndex;
   296     TInt iPrevFocusIndex;
   297     
   297 
   298     /**
   298     /**
   299      * Used to implement horizontal panning.
   299      * Used to implement horizontal panning.
   300      */
   300      */
   301     TPoint iDragPos;
   301     TPoint iDragPos;
   302 };
   302 };