diff options
author | mrwastl <mrwastl@users.sourceforge.net> | 2011-09-17 21:20:34 +0200 |
---|---|---|
committer | mrwastl <mrwastl@users.sourceforge.net> | 2011-09-17 21:20:34 +0200 |
commit | face4c4bed68ae0d97d53cb0ebec6f1e02bbfbea (patch) | |
tree | c5b96b3c95bee6ec95c68f4fb5eb53cfdad7bf9e /glcdskin/object.h | |
parent | 4f97fcbbde7749fd5379fb006542fec0dea6bfeb (diff) | |
download | graphlcd-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.h | 3 |
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: |