diff options
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: |