summaryrefslogtreecommitdiff
path: root/glcdskin/object.h
diff options
context:
space:
mode:
authormrwastl <mrwastl@users.sourceforge.net>2011-09-17 21:20:34 +0200
committermrwastl <mrwastl@users.sourceforge.net>2011-09-17 21:20:34 +0200
commitface4c4bed68ae0d97d53cb0ebec6f1e02bbfbea (patch)
treec5b96b3c95bee6ec95c68f4fb5eb53cfdad7bf9e /glcdskin/object.h
parent4f97fcbbde7749fd5379fb006542fec0dea6bfeb (diff)
downloadgraphlcd-base-face4c4bed68ae0d97d53cb0ebec6f1e02bbfbea.tar.gz
graphlcd-base-face4c4bed68ae0d97d53cb0ebec6f1e02bbfbea.tar.bz2
added scrolling for multiline texts; added additional attribute 'mlrelscroll' for text-objects
Diffstat (limited to 'glcdskin/object.h')
-rw-r--r--glcdskin/object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/glcdskin/object.h b/glcdskin/object.h
index cbb6966..ec8027b 100644
--- a/glcdskin/object.h
+++ b/glcdskin/object.h
@@ -169,6 +169,9 @@ private:
cSkinFunction * mAltCondition; // condition when alternative sources are used
std::string mAction; // action attached to this object
+ int mMultilineScrollPosition; // current scolling position of mMultiline
+ cSkinString mMultilineRelScroll;// relative scrolling amount of mMultiline (default: 0)
+
cSkinObjects * mObjects; // used for block objects such as <list>
public: