summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-02-27 23:21:41 +0100
committerDees_Troy <dees_troy@teamw.in>2013-02-27 23:21:41 +0100
commit58f5cf0ab5dfc3c002103b9e34e0e117e1ca8ffd (patch)
treeb2035b2b4ccb6b5d546b1ad9a0e21a203cba07f2 /gui/objects.hpp
parentAdd fast scroll bar to fileselector (diff)
downloadandroid_bootable_recovery-58f5cf0ab5dfc3c002103b9e34e0e117e1ca8ffd.tar
android_bootable_recovery-58f5cf0ab5dfc3c002103b9e34e0e117e1ca8ffd.tar.gz
android_bootable_recovery-58f5cf0ab5dfc3c002103b9e34e0e117e1ca8ffd.tar.bz2
android_bootable_recovery-58f5cf0ab5dfc3c002103b9e34e0e117e1ca8ffd.tar.lz
android_bootable_recovery-58f5cf0ab5dfc3c002103b9e34e0e117e1ca8ffd.tar.xz
android_bootable_recovery-58f5cf0ab5dfc3c002103b9e34e0e117e1ca8ffd.tar.zst
android_bootable_recovery-58f5cf0ab5dfc3c002103b9e34e0e117e1ca8ffd.zip
Diffstat (limited to 'gui/objects.hpp')
-rw-r--r--gui/objects.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp
index 86353685a..8e0cc94f2 100644
--- a/gui/objects.hpp
+++ b/gui/objects.hpp
@@ -550,6 +550,12 @@ protected:
int mLineSpacing;
int mUpdate;
int mBackgroundX, mBackgroundY, mBackgroundW, mBackgroundH, mHeaderH;
+ int mFastScrollW;
+ int mFastScrollLineW;
+ int mFastScrollRectW;
+ int mFastScrollRectH;
+ int mFastScrollRectX;
+ int mFastScrollRectY;
int mIconWidth, mIconHeight, mSelectedIconWidth, mSelectedIconHeight, mUnselectedIconWidth, mUnselectedIconHeight, mHeaderIconHeight, mHeaderIconWidth;
int scrollingSpeed;
int scrollingY;
@@ -567,6 +573,8 @@ protected:
COLOR mHeaderFontColor;
COLOR mSeparatorColor;
COLOR mHeaderSeparatorColor;
+ COLOR mFastScrollLineColor;
+ COLOR mFastScrollRectColor;
bool hasHighlightColor;
bool hasFontHighlightColor;
bool isHighlighted;