uifw/ganes/inc/HgScrollbar.h
branchRCL_3
changeset 64 85902f042028
parent 0 2f259fa3e83a
child 72 a5e7a4f63858
--- a/uifw/ganes/inc/HgScrollbar.h	Tue Sep 14 21:48:24 2010 +0300
+++ b/uifw/ganes/inc/HgScrollbar.h	Wed Sep 15 12:29:17 2010 +0300
@@ -116,17 +116,20 @@
 
     TRect iScrollbarRect;
     TRect iNaviRect;
-    TPoint iHandlePosition;
+    TPoint iHandlePosition;  //exists only for CHgScrollbar::HandlePosition()
+    TReal iHandlePos;
+    TReal iPageSize;
+    TInt iScrollLength;
+    TSize iHandleSize;
+    
     TPoint iPrevDrag;
     TSize iTotalSize;
     TSize iViewSize;
-    TSize iHandleSize;
     TBool iLandscapeScrolling;
     TBool iDragging;
     TBool iHandler;
     TBool iStatic;
     
-    TInt iScrollLength;
     TInt iTotalLength;
     };