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