--- 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;
};