From 58f5cf0ab5dfc3c002103b9e34e0e117e1ca8ffd Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Wed, 27 Feb 2013 22:21:41 +0000 Subject: Copy fast scroll feature to listbox --- gui/objects.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gui/objects.hpp') 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; -- cgit v1.2.3